Html Css Color HEX #9A5EBF Deep Lilac

📋 copy color: '#9A5EBF'

red 154 ◦ green 94 ◦ blue 191

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

Shades of Deep Lilac #9A5EBF

Tints of Deep Lilac #9A5EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 35.08%
G = 21.41%
B = 43.51%

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

#9A5EBF (or 0x9A5EBF) is known color: Deep Lilac. HEX triplet: 9A, 5E and BF. RGB value is (154,94,191). Sum of RGB (Red+Green+Blue) = 154+94+191=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBF is #65A140. Grayscale: #7A7A7A. Windows color (decimal): -6660417 or 12541594. OLE color: 12541594.

HSL color Cylindrical-coordinate representation of color #9A5EBF: hue angle of 277.11º degrees, saturation: 0.43, 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 #9A5EBF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 94 191 -
CMYK 0.19 0.51 0 0.25
HSL 277.11º 0.43% 0.56% -
HSV(B) 277.11º 0.51% 0.75% -
XYZ 26.73 18.64 51.48 -
YUV 123 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 154 94 191 0.19 0.51 0 0.25 277.11 0.43 0.56
Hex 9A 5E BF 13 33 0 19 115 2B 38
Octal 232 136 277 23 63 0 31 425 53 70
Binary 10011010 1011110 10111111 10011 110011 0 11001 100010101 101011 111000

Color Harmonies of #9A5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EBF

Black with #9A5EBF

Text Example


Text Example

White with #9A5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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