Html Css Color HEX #9A5EBB Deep Lilac

📋 copy color: '#9A5EBB'

red 154 ◦ green 94 ◦ blue 187

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

Shades of Deep Lilac #9A5EBB

Tints of Deep Lilac #9A5EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 35.4%
G = 21.61%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A5EBB (or 0x9A5EBB) is known color: Deep Lilac. HEX triplet: 9A, 5E and BB. RGB value is (154,94,187). Sum of RGB (Red+Green+Blue) = 154+94+187=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A5EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBB is #65A144. Grayscale: #7A7A7A. Windows color (decimal): -6660421 or 12279450. OLE color: 12279450.

HSL color Cylindrical-coordinate representation of color #9A5EBB: hue angle of 278.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A5EBB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 94 187 -
CMYK 0.18 0.50 0 0.27
HSL 278.71º 0.41% 0.55% -
HSV(B) 278.71º 0.5% 0.73% -
XYZ 26.3 18.46 49.19 -
YUV 122.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 154 94 187 0.18 0.50 0 0.27 278.71 0.41 0.55
Hex 9A 5E BB 12 32 0 1B 117 29 37
Octal 232 136 273 22 62 0 33 427 51 67
Binary 10011010 1011110 10111011 10010 110010 0 11011 100010111 101001 110111

Color Harmonies of #9A5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EBB

Black with #9A5EBB

Text Example


Text Example

White with #9A5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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