#992ABD

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

Shades of Dark Orchid #992ABD

Tints of Dark Orchid #992ABD

Color information

#992ABD (or 0x992ABD) is unknown color: approx Dark Orchid. HEX triplet: 99, 2A and BD. RGB value is (153,42,189). Sum of RGB (Red+Green+Blue) = 153+42+189=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #992ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ABD is #66D542. Grayscale: #5B5B5B. Windows color (decimal): -6739267 or 12397209. OLE color: 12397209.

HSL color Cylindrical-coordinate representation of color #992ABD: hue angle of 285.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992ABD is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15342189-
CMYK0.190.7800.26
HSL285.31º63.64%45.29%-
HSV(B)285.31º77.78%74.12%-
XYZ23.1512.149.26-
YUV91.95182.77171.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 42 (16.80% from 255) = 10.94%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=39.84%
G=10.94%
B=49.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153421890.190.7800.26285.3163.6445.29
Hex992ABD134E01A11d402d
Octal231522752311603243510055
Binary10011001101010101111011001110011100110101000111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992ABD; }

 p { color: rgb(153,42,189); }

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

<style>
 a { background-color: #992ABD; }

 a { background-color: rgb(153,42,189); }

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

<style>
 span { border-color: #992ABD; }

 span { border-color: rgb(153,42,189); }

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