#9539D9

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

Shades of Dark Orchid #9539D9

Tints of Dark Orchid #9539D9

Color information

#9539D9 (or 0x9539D9) is unknown color: approx Dark Orchid. HEX triplet: 95, 39 and D9. RGB value is (149,57,217). Sum of RGB (Red+Green+Blue) = 149+57+217=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #9539D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539D9 is #6AC626. Grayscale: #666666. Windows color (decimal): -6997543 or 14236053. OLE color: 14236053.

HSL color Cylindrical-coordinate representation of color #9539D9: hue angle of 274.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9539D9 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14957217-
CMYK0.310.7400.15
HSL274.5º67.8%53.73%-
HSV(B)274.5º73.73%85.1%-
XYZ26.3814.3367.02-
YUV102.75192.48160.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 57 (22.66% from 255) = 13.48%
BLUE value IS 217 (85.16% from 255) = 51.30%
R=35.22%
G=13.48%
B=51.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149572170.310.7400.15274.567.853.73
Hex9539D91F4A0F1124436
Octal225713313711201742210466
Binary1001010111100111011001111111001010011111000100101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9539D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9539D9; }

 p { color: rgb(149,57,217); }

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

<style>
 a { background-color: #9539D9; }

 a { background-color: rgb(149,57,217); }

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

<style>
 span { border-color: #9539D9; }

 span { border-color: rgb(149,57,217); }

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