#9927C0

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

Shades of Dark Orchid #9927C0

Tints of Dark Orchid #9927C0

Color information

#9927C0 (or 0x9927C0) is unknown color: approx Dark Orchid. HEX triplet: 99, 27 and C0. RGB value is (153,39,192). Sum of RGB (Red+Green+Blue) = 153+39+192=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #9927C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9927C0 is #66D83F. Grayscale: #5A5A5A. Windows color (decimal): -6740032 or 12593049. OLE color: 12593049.

HSL color Cylindrical-coordinate representation of color #9927C0: hue angle of 284.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9927C0 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15339192-
CMYK0.200.8000.25
HSL284.71º66.23%45.29%-
HSV(B)284.71º79.69%75.29%-
XYZ23.3812.0350.96-
YUV90.53185.27172.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 39 (15.62% from 255) = 10.16%
BLUE value IS 192 (75.39% from 255) = 50%
R=39.84%
G=10.16%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153391920.200.8000.25284.7166.2345.29
Hex9927C0145001911d422d
Octal231473002412003143510255
Binary10011001100111110000001010010100000110011000111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9927C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,39,192); }

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

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

 a { background-color: rgb(153,39,192); }

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

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

 span { border-color: rgb(153,39,192); }

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