Html Css Color HEX #9A5EBA Deep Lilac

📋 copy color: '#9A5EBA'

red 154 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #9A5EBA

Tints of Deep Lilac #9A5EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 35.48%
G = 21.66%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A5EBA (or 0x9A5EBA) is known color: Deep Lilac. HEX triplet: 9A, 5E and BA. RGB value is (154,94,186). Sum of RGB (Red+Green+Blue) = 154+94+186=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBA is #65A145. Grayscale: #7A7A7A. Windows color (decimal): -6660422 or 12213914. OLE color: 12213914.

HSL color Cylindrical-coordinate representation of color #9A5EBA: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A5EBA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 94 186 -
CMYK 0.17 0.49 0 0.27
HSL 279.13º 0.4% 0.55% -
HSV(B) 279.13º 0.49% 0.73% -
XYZ 26.19 18.42 48.63 -
YUV 122.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 154 94 186 0.17 0.49 0 0.27 279.13 0.4 0.55
Hex 9A 5E BA 11 31 0 1B 117 28 37
Octal 232 136 272 21 61 0 33 427 50 67
Binary 10011010 1011110 10111010 10001 110001 0 11011 100010111 101000 110111

Color Harmonies of #9A5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5EBA

Black with #9A5EBA

Text Example


Text Example

White with #9A5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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