#992bd4

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

Shades of Dark Orchid #992BD4

Tints of Dark Orchid #992BD4

Color information

#992BD4 (or 0x992BD4) is unknown color: approx Dark Orchid. HEX triplet: 99, 2B and D4. RGB value is (153,43,212). Sum of RGB (Red+Green+Blue) = 153+43+212=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #992BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BD4 is #66D42B. Grayscale: #5E5E5E. Windows color (decimal): -6738988 or 13904793. OLE color: 13904793.

HSL color Cylindrical-coordinate representation of color #992BD4: hue angle of 279.05º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992BD4 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15343212-
CMYK0.280.8000.17
HSL279.05º66.27%50%-
HSV(B)279.05º79.72%83.14%-
XYZ25.8813.2563.48-
YUV95.16193.94169.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 43 (17.19% from 255) = 10.54%
BLUE value IS 212 (83.20% from 255) = 51.96%
R=37.5%
G=10.54%
B=51.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal153432120.280.8000.17279.0566.2750
Hex992BD41C500111174232
Octal231533243412002142710262
Binary10011001101011110101001110010100000100011000101111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992bd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,43,212); }

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

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

 a { background-color: rgb(153,43,212); }

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

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

 span { border-color: rgb(153,43,212); }

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