Html Css Color HEX #9456AB Deep Lilac

📋 copy color: '#9456AB'

red 148 ◦ green 86 ◦ blue 171

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

Shades of Deep Lilac #9456AB

Tints of Deep Lilac #9456AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 36.54%
G = 21.23%
B = 42.22%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9456AB (or 0x9456AB) is known color: Deep Lilac. HEX triplet: 94, 56 and AB. RGB value is (148,86,171). Sum of RGB (Red+Green+Blue) = 148+86+171=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #9456AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9456AB is #6BA954. Grayscale: #717171. Windows color (decimal): -7055701 or 11228820. OLE color: 11228820.

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

Color convert

RGB 148 86 171 -
CMYK 0.13 0.50 0 0.33
HSL 283.76º 0.34% 0.5% -
HSV(B) 283.76º 0.5% 0.67% -
XYZ 22.89 15.89 40.39 -
YUV 114.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 148 86 171 0.13 0.50 0 0.33 283.76 0.34 0.5
Hex 94 56 AB D 32 0 21 11C 22 32
Octal 224 126 253 15 62 0 41 434 42 62
Binary 10010100 1010110 10101011 1101 110010 0 100001 100011100 100010 110010

Color Harmonies of #9456AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9456AB

Black with #9456AB

Text Example


Text Example

White with #9456AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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