#9539CC

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

Shades of Dark Orchid #9539CC

Tints of Dark Orchid #9539CC

Color information

#9539CC (or 0x9539CC) is unknown color: approx Dark Orchid. HEX triplet: 95, 39 and CC. RGB value is (149,57,204). Sum of RGB (Red+Green+Blue) = 149+57+204=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #9539CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539CC is #6AC633. Grayscale: #646464. Windows color (decimal): -6997556 or 13384085. OLE color: 13384085.

HSL color Cylindrical-coordinate representation of color #9539CC: hue angle of 277.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9539CC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14957204-
CMYK0.270.7200.2
HSL277.55º59.04%51.18%-
HSV(B)277.55º72.06%80%-
XYZ24.7613.6858.46-
YUV101.27185.98162.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=36.34%
G=13.90%
B=49.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149572040.270.7200.2277.5559.0451.18
Hex9539CC1B480141163b33
Octal22571314331100244267363
Binary1001010111100111001100110111001000010100100010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9539CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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