#991FAF

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

Shades of Dark Orchid #991FAF

Tints of Dark Orchid #991FAF

Color information

#991FAF (or 0x991FAF) is unknown color: approx Dark Orchid. HEX triplet: 99, 1F and AF. RGB value is (153,31,175). Sum of RGB (Red+Green+Blue) = 153+31+175=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #991FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991FAF is #66E050. Grayscale: #535353. Windows color (decimal): -6742097 or 11476889. OLE color: 11476889.

HSL color Cylindrical-coordinate representation of color #991FAF: hue angle of 290.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991FAF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15331175-
CMYK0.130.8200.31
HSL290.83º69.9%40.39%-
HSV(B)290.83º82.29%68.63%-
XYZ21.3610.8541.53-
YUV83.89179.42177.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 31 (12.5% from 255) = 8.64%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=42.62%
G=8.64%
B=48.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153311750.130.8200.31290.8369.940.39
Hex991FAFD5201F1234628
Octal231372571512203744310650
Binary100110011111110101111110110100100111111001000111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991FAF; }

 p { color: rgb(153,31,175); }

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

<style>
 a { background-color: #991FAF; }

 a { background-color: rgb(153,31,175); }

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

<style>
 span { border-color: #991FAF; }

 span { border-color: rgb(153,31,175); }

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