#992FCA

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

Shades of Dark Orchid #992FCA

Tints of Dark Orchid #992FCA

Color information

#992FCA (or 0x992FCA) is unknown color: approx Dark Orchid. HEX triplet: 99, 2F and CA. RGB value is (153,47,202). Sum of RGB (Red+Green+Blue) = 153+47+202=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #992FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FCA is #66D035. Grayscale: #5F5F5F. Windows color (decimal): -6737974 or 13250457. OLE color: 13250457.

HSL color Cylindrical-coordinate representation of color #992FCA: hue angle of 281.03º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992FCA is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15347202-
CMYK0.240.7700.21
HSL281.03º62.25%48.82%-
HSV(B)281.03º76.73%79.22%-
XYZ24.8113.0757.09-
YUV96.36187.62168.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 47 (18.75% from 255) = 11.69%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=38.06%
G=11.69%
B=50.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153472020.240.7700.21281.0362.2548.82
Hex992FCA184D0151193e31
Octal23157312301150254317661
Binary1001100110111111001010110001001101010101100011001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,47,202); }

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

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

 a { background-color: rgb(153,47,202); }

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

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

 span { border-color: rgb(153,47,202); }

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