#991FC6

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

Shades of Dark Orchid #991FC6

Tints of Dark Orchid #991FC6

Color information

#991FC6 (or 0x991FC6) is unknown color: approx Dark Orchid. HEX triplet: 99, 1F and C6. RGB value is (153,31,198). Sum of RGB (Red+Green+Blue) = 153+31+198=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #991FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991FC6 is #66E039. Grayscale: #555555. Windows color (decimal): -6742074 or 12984217. OLE color: 12984217.

HSL color Cylindrical-coordinate representation of color #991FC6: hue angle of 283.83º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991FC6 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15331198-
CMYK0.230.8400.22
HSL283.83º72.93%44.9%-
HSV(B)283.83º84.34%77.65%-
XYZ23.8211.8354.45-
YUV86.52190.92175.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 31 (12.5% from 255) = 8.12%
BLUE value IS 198 (77.73% from 255) = 51.83%
R=40.05%
G=8.12%
B=51.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153311980.230.8400.22283.8372.9344.9
Hex991FC6175401611c492d
Octal231373062712402643411155
Binary1001100111111110001101011110101000101101000111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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