Html Css Color HEX #991AAE Dark Orchid

📋 copy color: '#991AAE'

red 153 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #991AAE

Tints of Dark Orchid #991AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 43.34%
G = 7.37%
B = 49.29%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#991AAE (or 0x991AAE) is known color: Dark Orchid. HEX triplet: 99, 1A and AE. RGB value is (153,26,174). Sum of RGB (Red+Green+Blue) = 153+26+174=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #991AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991AAE is #66E551. Grayscale: #505050. Windows color (decimal): -6743378 or 11410073. OLE color: 11410073.

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

Color convert

RGB 153 26 174 -
CMYK 0.12 0.85 0 0.32
HSL 291.49º 0.74% 0.39% -
HSV(B) 291.49º 0.85% 0.68% -
XYZ 21.15 10.57 40.97 -
YUV 80.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 153 26 174 0.12 0.85 0 0.32 291.49 0.74 0.39
Hex 99 1A AE C 55 0 20 123 4A 27
Octal 231 32 256 14 125 0 40 443 112 47
Binary 10011001 11010 10101110 1100 1010101 0 100000 100100011 1001010 100111

Color Harmonies of #991AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991AAE

Black with #991AAE

Text Example


Text Example

White with #991AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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