#9922C0

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

Shades of Dark Orchid #9922C0

Tints of Dark Orchid #9922C0

Color information

#9922C0 (or 0x9922C0) is unknown color: approx Dark Orchid. HEX triplet: 99, 22 and C0. RGB value is (153,34,192). Sum of RGB (Red+Green+Blue) = 153+34+192=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #9922C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9922C0 is #66DD3F. Grayscale: #575757. Windows color (decimal): -6741312 or 12591769. OLE color: 12591769.

HSL color Cylindrical-coordinate representation of color #9922C0: hue angle of 285.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9922C0 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15334192-
CMYK0.200.8200.25
HSL285.19º69.91%44.31%-
HSV(B)285.19º82.29%75.29%-
XYZ23.2211.7250.91-
YUV87.59186.92174.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 34 (13.67% from 255) = 8.97%
BLUE value IS 192 (75.39% from 255) = 50.66%
R=40.37%
G=8.97%
B=50.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153341920.200.8200.25285.1969.9144.31
Hex9922C0145201911d462c
Octal231423002412203143510654
Binary10011001100010110000001010010100100110011000111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9922C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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