Html Css Color HEX #9457AB Deep Lilac

📋 copy color: '#9457AB'

red 148 ◦ green 87 ◦ blue 171

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

Shades of Deep Lilac #9457AB

Tints of Deep Lilac #9457AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

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

R = 36.45%
G = 21.43%
B = 42.12%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9457AB (or 0x9457AB) is known color: Deep Lilac. HEX triplet: 94, 57 and AB. RGB value is (148,87,171). Sum of RGB (Red+Green+Blue) = 148+87+171=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #9457AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9457AB is #6BA854. Grayscale: #727272. Windows color (decimal): -7055445 or 11229076. OLE color: 11229076.

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

Color convert

RGB 148 87 171 -
CMYK 0.13 0.49 0 0.33
HSL 283.57º 0.33% 0.51% -
HSV(B) 283.57º 0.49% 0.67% -
XYZ 22.97 16.05 40.42 -
YUV 114.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 148 87 171 0.13 0.49 0 0.33 283.57 0.33 0.51
Hex 94 57 AB D 31 0 21 11C 21 33
Octal 224 127 253 15 61 0 41 434 41 63
Binary 10010100 1010111 10101011 1101 110001 0 100001 100011100 100001 110011

Color Harmonies of #9457AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9457AB

Black with #9457AB

Text Example


Text Example

White with #9457AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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