Html Css Color HEX #9A54BE Deep Lilac

📋 copy color: '#9A54BE'

red 154 ◦ green 84 ◦ blue 190

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

Shades of Deep Lilac #9A54BE

Tints of Deep Lilac #9A54BE

RGB

 RED value IS 154 (60.55% from 255) = 35.98%

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

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 35.98%
G = 19.63%
B = 44.39%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A54BE (or 0x9A54BE) is known color: Deep Lilac. HEX triplet: 9A, 54 and BE. RGB value is (154,84,190). Sum of RGB (Red+Green+Blue) = 154+84+190=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54BE is #65AB41. Grayscale: #747474. Windows color (decimal): -6662978 or 12473498. OLE color: 12473498.

HSL color Cylindrical-coordinate representation of color #9A54BE: hue angle of 279.62º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A54BE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 84 190 -
CMYK 0.19 0.56 0 0.25
HSL 279.62º 0.45% 0.54% -
HSV(B) 279.62º 0.56% 0.75% -
XYZ 25.79 16.93 50.62 -
YUV 117.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 154 84 190 0.19 0.56 0 0.25 279.62 0.45 0.54
Hex 9A 54 BE 13 38 0 19 118 2D 36
Octal 232 124 276 23 70 0 31 430 55 66
Binary 10011010 1010100 10111110 10011 111000 0 11001 100011000 101101 110110

Color Harmonies of #9A54BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A54BE

Black with #9A54BE

Text Example


Text Example

White with #9A54BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A54BE; }

 p { color: rgb(154,84,190); }

 H1.HeaderClassName
 {
   color: #9A54BE;
 }
 .AnyTagClassName
 {
   color: #9A54BE;
 }
</style>

background-color css

<style>
 a { background-color: #9A54BE; }

 a { background-color: rgb(154,84,190); }

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

border-color css

<style>
 span { border-color: #9A54BE; }

 span { border-color: rgb(154,84,190); }

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