#9539C0

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

Shades of Dark Orchid #9539C0

Tints of Dark Orchid #9539C0

Color information

#9539C0 (or 0x9539C0) is unknown color: approx Dark Orchid. HEX triplet: 95, 39 and C0. RGB value is (149,57,192). Sum of RGB (Red+Green+Blue) = 149+57+192=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #9539C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539C0 is #6AC63F. Grayscale: #636363. Windows color (decimal): -6997568 or 12597653. OLE color: 12597653.

HSL color Cylindrical-coordinate representation of color #9539C0: hue angle of 280.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9539C0 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14957192-
CMYK0.220.7000.25
HSL280.89º54.22%48.82%-
HSV(B)280.89º70.31%75.29%-
XYZ23.3713.1251.17-
YUV99.9179.98163.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 57 (22.66% from 255) = 14.32%
BLUE value IS 192 (75.39% from 255) = 48.24%
R=37.44%
G=14.32%
B=48.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149571920.220.7000.25280.8954.2248.82
Hex9539C016460191193631
Octal22571300261060314316661
Binary1001010111100111000000101101000110011001100011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9539C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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