Html Css Color HEX #9A5EBE Deep Lilac

📋 copy color: '#9A5EBE'

red 154 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #9A5EBE

Tints of Deep Lilac #9A5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.46%

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

R = 35.16%
G = 21.46%
B = 43.38%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A5EBE (or 0x9A5EBE) is known color: Deep Lilac. HEX triplet: 9A, 5E and BE. RGB value is (154,94,190). Sum of RGB (Red+Green+Blue) = 154+94+190=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBE is #65A141. Grayscale: #7A7A7A. Windows color (decimal): -6660418 or 12476058. OLE color: 12476058.

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

Color convert

RGB 154 94 190 -
CMYK 0.19 0.51 0 0.25
HSL 277.5º 0.42% 0.56% -
HSV(B) 277.5º 0.51% 0.75% -
XYZ 26.62 18.59 50.9 -
YUV 122.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 154 94 190 0.19 0.51 0 0.25 277.5 0.42 0.56
Hex 9A 5E BE 13 33 0 19 116 2A 38
Octal 232 136 276 23 63 0 31 426 52 70
Binary 10011010 1011110 10111110 10011 110011 0 11001 100010110 101010 111000

Color Harmonies of #9A5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EBE

Black with #9A5EBE

Text Example


Text Example

White with #9A5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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