#9539CF

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

Shades of Dark Orchid #9539CF

Tints of Dark Orchid #9539CF

Color information

#9539CF (or 0x9539CF) is unknown color: approx Dark Orchid. HEX triplet: 95, 39 and CF. RGB value is (149,57,207). Sum of RGB (Red+Green+Blue) = 149+57+207=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #9539CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539CF is #6AC630. Grayscale: #656565. Windows color (decimal): -6997553 or 13580693. OLE color: 13580693.

HSL color Cylindrical-coordinate representation of color #9539CF: hue angle of 276.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9539CF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14957207-
CMYK0.280.7200.19
HSL276.8º60.98%51.76%-
HSV(B)276.8º72.46%81.18%-
XYZ25.1213.8260.38-
YUV101.61187.48161.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=36.08%
G=13.80%
B=50.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149572070.280.7200.19276.860.9851.76
Hex9539CF1C480131153d34
Octal22571317341100234257564
Binary1001010111100111001111111001001000010011100010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9539CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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