Html Css Color HEX #9457AC Deep Lilac

📋 copy color: '#9457AC'

red 148 ◦ green 87 ◦ blue 172

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

Shades of Deep Lilac #9457AC

Tints of Deep Lilac #9457AC

RGB

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

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

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

R = 36.36%
G = 21.38%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9457AC (or 0x9457AC) is known color: Deep Lilac. HEX triplet: 94, 57 and AC. RGB value is (148,87,172). Sum of RGB (Red+Green+Blue) = 148+87+172=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9457AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9457AC is #6BA853. Grayscale: #727272. Windows color (decimal): -7055444 or 11294612. OLE color: 11294612.

HSL color Cylindrical-coordinate representation of color #9457AC: hue angle of 283.06º degrees, saturation: 0.34, 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 #9457AC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 87 172 -
CMYK 0.14 0.49 0 0.33
HSL 283.06º 0.34% 0.51% -
HSV(B) 283.06º 0.49% 0.67% -
XYZ 23.07 16.09 40.92 -
YUV 114.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 148 87 172 0.14 0.49 0 0.33 283.06 0.34 0.51
Hex 94 57 AC E 31 0 21 11B 22 33
Octal 224 127 254 16 61 0 41 433 42 63
Binary 10010100 1010111 10101100 1110 110001 0 100001 100011011 100010 110011

Color Harmonies of #9457AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9457AC

Black with #9457AC

Text Example


Text Example

White with #9457AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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