Html Css Color HEX #9254AB Deep Lilac

📋 copy color: '#9254AB'

red 146 ◦ green 84 ◦ blue 171

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

Shades of Deep Lilac #9254AB

Tints of Deep Lilac #9254AB

RGB

 RED value IS 146 (57.42% from 255) = 36.41%

 GREEN value IS 84 (33.2% from 255) = 20.95%

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

R = 36.41%
G = 20.95%
B = 42.64%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9254AB (or 0x9254AB) is known color: Deep Lilac. HEX triplet: 92, 54 and AB. RGB value is (146,84,171). Sum of RGB (Red+Green+Blue) = 146+84+171=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9254AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9254AB is #6DAB54. Grayscale: #707070. Windows color (decimal): -7187285 or 11228306. OLE color: 11228306.

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

Color convert

RGB 146 84 171 -
CMYK 0.15 0.51 0 0.33
HSL 282.76º 0.34% 0.5% -
HSV(B) 282.76º 0.51% 0.67% -
XYZ 22.38 15.39 40.32 -
YUV 112.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 146 84 171 0.15 0.51 0 0.33 282.76 0.34 0.5
Hex 92 54 AB F 33 0 21 11B 22 32
Octal 222 124 253 17 63 0 41 433 42 62
Binary 10010010 1010100 10101011 1111 110011 0 100001 100011011 100010 110010

Color Harmonies of #9254AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254AB

Black with #9254AB

Text Example


Text Example

White with #9254AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,84,171); }

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

background-color css

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

 a { background-color: rgb(146,84,171); }

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

border-color css

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

 span { border-color: rgb(146,84,171); }

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