Html Css Color HEX #9451AA Deep Lilac

📋 copy color: '#9451AA'

red 148 ◦ green 81 ◦ blue 170

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

Shades of Deep Lilac #9451AA

Tints of Deep Lilac #9451AA

RGB

 RED value IS 148 (58.2% from 255) = 37.09%

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 37.09%
G = 20.3%
B = 42.61%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9451AA (or 0x9451AA) is known color: Deep Lilac. HEX triplet: 94, 51 and AA. RGB value is (148,81,170). Sum of RGB (Red+Green+Blue) = 148+81+170=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #9451AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9451AA is #6BAE55. Grayscale: #6E6E6E. Windows color (decimal): -7056982 or 11162004. OLE color: 11162004.

HSL color Cylindrical-coordinate representation of color #9451AA: hue angle of 285.17º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9451AA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 81 170 -
CMYK 0.13 0.52 0 0.33
HSL 285.17º 0.35% 0.49% -
HSV(B) 285.17º 0.52% 0.67% -
XYZ 22.41 15.08 39.76 -
YUV 111.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 148 81 170 0.13 0.52 0 0.33 285.17 0.35 0.49
Hex 94 51 AA D 34 0 21 11D 23 31
Octal 224 121 252 15 64 0 41 435 43 61
Binary 10010100 1010001 10101010 1101 110100 0 100001 100011101 100011 110001

Color Harmonies of #9451AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9451AA

Black with #9451AA

Text Example


Text Example

White with #9451AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9451AA; }

 p { color: rgb(148,81,170); }

 H1.HeaderClassName
 {
   color: #9451AA;
 }
 .AnyTagClassName
 {
   color: #9451AA;
 }
</style>

background-color css

<style>
 a { background-color: #9451AA; }

 a { background-color: rgb(148,81,170); }

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

border-color css

<style>
 span { border-color: #9451AA; }

 span { border-color: rgb(148,81,170); }

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