#991AC4

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

Shades of Dark Orchid #991AC4

Tints of Dark Orchid #991AC4

Color information

#991AC4 (or 0x991AC4) is unknown color: approx Dark Orchid. HEX triplet: 99, 1A and C4. RGB value is (153,26,196). Sum of RGB (Red+Green+Blue) = 153+26+196=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #991AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991AC4 is #66E53B. Grayscale: #525252. Windows color (decimal): -6743356 or 12851865. OLE color: 12851865.

HSL color Cylindrical-coordinate representation of color #991AC4: hue angle of 284.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991AC4 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15326196-
CMYK0.220.8700.23
HSL284.82º76.58%43.53%-
HSV(B)284.82º86.73%76.86%-
XYZ23.4711.553.21-
YUV83.35191.58177.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 26 (10.55% from 255) = 6.93%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=40.8%
G=6.93%
B=52.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153261960.220.8700.23284.8276.5843.53
Hex991AC4165701711d4d2c
Octal231323042612702743511554
Binary1001100111010110001001011010101110101111000111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,26,196); }

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

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

 a { background-color: rgb(153,26,196); }

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

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

 span { border-color: rgb(153,26,196); }

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