#992FB1

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

Shades of Dark Orchid #992FB1

Tints of Dark Orchid #992FB1

Color information

#992FB1 (or 0x992FB1) is unknown color: approx Dark Orchid. HEX triplet: 99, 2F and B1. RGB value is (153,47,177). Sum of RGB (Red+Green+Blue) = 153+47+177=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #992FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992FB1 is #66D04E. Grayscale: #5D5D5D. Windows color (decimal): -6737999 or 11612057. OLE color: 11612057.

HSL color Cylindrical-coordinate representation of color #992FB1: hue angle of 288.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992FB1 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15347177-
CMYK0.140.7300.31
HSL288.92º58.04%43.92%-
HSV(B)288.92º73.45%69.41%-
XYZ22.0911.9842.74-
YUV93.51175.12170.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 47 (18.75% from 255) = 12.47%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=40.58%
G=12.47%
B=46.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153471770.140.7300.31288.9258.0443.92
Hex992FB1E4901F1213a2c
Octal23157261161110374417254
Binary100110011011111011000111101001001011111100100001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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