Html Css Color HEX #9459AB Deep Lilac

📋 copy color: '#9459AB'

red 148 ◦ green 89 ◦ blue 171

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

Shades of Deep Lilac #9459AB

Tints of Deep Lilac #9459AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 36.27%
G = 21.81%
B = 41.91%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9459AB (or 0x9459AB) is known color: Deep Lilac. HEX triplet: 94, 59 and AB. RGB value is (148,89,171). Sum of RGB (Red+Green+Blue) = 148+89+171=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #9459AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9459AB is #6BA654. Grayscale: #737373. Windows color (decimal): -7054933 or 11229588. OLE color: 11229588.

HSL color Cylindrical-coordinate representation of color #9459AB: hue angle of 283.17º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9459AB is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 89 171 -
CMYK 0.13 0.48 0 0.33
HSL 283.17º 0.33% 0.51% -
HSV(B) 283.17º 0.48% 0.67% -
XYZ 23.14 16.38 40.47 -
YUV 115.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 148 89 171 0.13 0.48 0 0.33 283.17 0.33 0.51
Hex 94 59 AB D 30 0 21 11B 21 33
Octal 224 131 253 15 60 0 41 433 41 63
Binary 10010100 1011001 10101011 1101 110000 0 100001 100011011 100001 110011

Color Harmonies of #9459AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459AB

Black with #9459AB

Text Example


Text Example

White with #9459AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9459AB; }

 p { color: rgb(148,89,171); }

 H1.HeaderClassName
 {
   color: #9459AB;
 }
 .AnyTagClassName
 {
   color: #9459AB;
 }
</style>

background-color css

<style>
 a { background-color: #9459AB; }

 a { background-color: rgb(148,89,171); }

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

border-color css

<style>
 span { border-color: #9459AB; }

 span { border-color: rgb(148,89,171); }

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