#992bca

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

Shades of Dark Orchid #992BCA

Tints of Dark Orchid #992BCA

Color information

#992BCA (or 0x992BCA) is unknown color: approx Dark Orchid. HEX triplet: 99, 2B and CA. RGB value is (153,43,202). Sum of RGB (Red+Green+Blue) = 153+43+202=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #992BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BCA is #66D435. Grayscale: #5D5D5D. Windows color (decimal): -6738998 or 13249433. OLE color: 13249433.

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

Color convert

RGB15343202-
CMYK0.240.7900.21
HSL281.51º64.9%48.04%-
HSV(B)281.51º78.71%79.22%-
XYZ24.6612.7657.04-
YUV94.02188.94170.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=38.44%
G=10.80%
B=50.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153432020.240.7900.21281.5164.948.04
Hex992BCA184F01511a4130
Octal231533123011702543210160
Binary10011001101011110010101100010011110101011000110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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