Html Css Color HEX #991AAC Dark Orchid

📋 copy color: '#991AAC'

red 153 ◦ green 26 ◦ blue 172

#991AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #991AAC

Tints of Dark Orchid #991AAC

RGB

 RED value IS 153 (60.16% from 255) = 43.59%

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 43.59%
G = 7.41%
B = 49%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#991AAC (or 0x991AAC) is known color: Dark Orchid. HEX triplet: 99, 1A and AC. RGB value is (153,26,172). Sum of RGB (Red+Green+Blue) = 153+26+172=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #991AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991AAC is #66E553. Grayscale: #505050. Windows color (decimal): -6743380 or 11279001. OLE color: 11279001.

HSL color Cylindrical-coordinate representation of color #991AAC: hue angle of 292.19º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991AAC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 26 172 -
CMYK 0.11 0.85 0 0.33
HSL 292.19º 0.74% 0.39% -
HSV(B) 292.19º 0.85% 0.67% -
XYZ 20.95 10.49 39.95 -
YUV 80.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 153 26 172 0.11 0.85 0 0.33 292.19 0.74 0.39
Hex 99 1A AC B 55 0 21 124 4A 27
Octal 231 32 254 13 125 0 41 444 112 47
Binary 10011001 11010 10101100 1011 1010101 0 100001 100100100 1001010 100111

Color Harmonies of #991AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991AAC

Black with #991AAC

Text Example


Text Example

White with #991AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #991AAC;
 }
 .AnyTagClassName
 {
   color: #991AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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