#992CBE

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

Shades of Dark Orchid #992CBE

Tints of Dark Orchid #992CBE

Color information

#992CBE (or 0x992CBE) is unknown color: approx Dark Orchid. HEX triplet: 99, 2C and BE. RGB value is (153,44,190). Sum of RGB (Red+Green+Blue) = 153+44+190=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #992CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CBE is #66D341. Grayscale: #5C5C5C. Windows color (decimal): -6738754 or 12463257. OLE color: 12463257.

HSL color Cylindrical-coordinate representation of color #992CBE: hue angle of 284.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992CBE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15344190-
CMYK0.190.7700.25
HSL284.79º62.39%45.88%-
HSV(B)284.79º76.84%74.51%-
XYZ23.3312.2949.86-
YUV93.24182.61170.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=39.53%
G=11.37%
B=49.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153441900.190.7700.25284.7962.3945.88
Hex992CBE134D01911d3e2e
Octal23154276231150314357656
Binary1001100110110010111110100111001101011001100011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,44,190); }

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

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

 a { background-color: rgb(153,44,190); }

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

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

 span { border-color: rgb(153,44,190); }

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