#991BC1

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

Shades of Dark Orchid #991BC1

Tints of Dark Orchid #991BC1

Color information

#991BC1 (or 0x991BC1) is unknown color: approx Dark Orchid. HEX triplet: 99, 1B and C1. RGB value is (153,27,193). Sum of RGB (Red+Green+Blue) = 153+27+193=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #991BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BC1 is #66E43E. Grayscale: #535353. Windows color (decimal): -6743103 or 12655513. OLE color: 12655513.

HSL color Cylindrical-coordinate representation of color #991BC1: hue angle of 285.54º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991BC1 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15327193-
CMYK0.210.8600.24
HSL285.54º75.45%43.14%-
HSV(B)285.54º86.01%75.69%-
XYZ23.1511.4151.43-
YUV83.6189.74177.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 27 (10.94% from 255) = 7.24%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=41.02%
G=7.24%
B=51.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153271930.210.8600.24285.5475.4543.14
Hex991BC1155601811e4b2b
Octal231333012512603043611353
Binary1001100111011110000011010110101100110001000111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,27,193); }

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

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

 a { background-color: rgb(153,27,193); }

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

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

 span { border-color: rgb(153,27,193); }

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