#9d3ae0

Color #9D3AE0 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9D3AE0

Tints of Dark Orchid #9D3AE0

Color information

#9D3AE0 (or 0x9D3AE0) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3A and E0. RGB value is (157,58,224). Sum of RGB (Red+Green+Blue) = 157+58+224=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D3AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3AE0 is #62C51F. Grayscale: #696969. Windows color (decimal): -6472992 or 14695069. OLE color: 14695069.

HSL color Cylindrical-coordinate representation of color #9D3AE0: hue angle of 275.78º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D3AE0 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15758224-
CMYK0.300.7400.12
HSL275.78º72.81%55.29%-
HSV(B)275.78º74.11%87.84%-
XYZ28.8715.5872.01-
YUV106.52194.3164-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=35.76%
G=13.21%
B=51.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157582240.300.7400.12275.7872.8155.29
Hex9D3AE01E4A0C1144937
Octal235723403611201442411167
Binary1001110111101011100000111101001010011001000101001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d3ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9d3ae0; }

 p { color: rgb(157,58,224); }

 H1.HeaderClassName
 {
   color: #9d3ae0;
 }
 .AnyTagClassName
 {
   color: #9d3ae0;
 }
</style>
background-color css

<style>
 a { background-color: #9d3ae0; }

 a { background-color: rgb(157,58,224); }

 div.DivClassName
 {
   background-color: #9d3ae0;
 }
 .BgClassName
 {
   background-color: #9d3ae0;
 }
</style>
border-color css

<style>
 span { border-color: #9d3ae0; }

 span { border-color: rgb(157,58,224); }

 td.TdClassName
 {
   border-color: #9d3ae0;
 }
 .TagClassName
 {
   border-color: #9d3ae0;
 }
</style>