Html Css Color HEX #9A5BBA Deep Lilac

📋 copy color: '#9A5BBA'

red 154 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #9A5BBA

Tints of Deep Lilac #9A5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.11%

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

R = 35.73%
G = 21.11%
B = 43.16%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A5BBA (or 0x9A5BBA) is known color: Deep Lilac. HEX triplet: 9A, 5B and BA. RGB value is (154,91,186). Sum of RGB (Red+Green+Blue) = 154+91+186=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BBA is #65A445. Grayscale: #787878. Windows color (decimal): -6661190 or 12213146. OLE color: 12213146.

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

Color convert

RGB 154 91 186 -
CMYK 0.17 0.51 0 0.27
HSL 279.79º 0.41% 0.54% -
HSV(B) 279.79º 0.51% 0.73% -
XYZ 25.93 17.9 48.54 -
YUV 120.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 154 91 186 0.17 0.51 0 0.27 279.79 0.41 0.54
Hex 9A 5B BA 11 33 0 1B 118 29 36
Octal 232 133 272 21 63 0 33 430 51 66
Binary 10011010 1011011 10111010 10001 110011 0 11011 100011000 101001 110110

Color Harmonies of #9A5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5BBA

Black with #9A5BBA

Text Example


Text Example

White with #9A5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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