Html Css Color HEX #9B5ABE Deep Lilac

📋 copy color: '#9B5ABE'

red 155 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #9B5ABE

Tints of Deep Lilac #9B5ABE

RGB

 RED value IS 155 (60.94% from 255) = 35.63%

 GREEN value IS 90 (35.55% from 255) = 20.69%

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

R = 35.63%
G = 20.69%
B = 43.68%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B5ABE (or 0x9B5ABE) is known color: Deep Lilac. HEX triplet: 9B, 5A and BE. RGB value is (155,90,190). Sum of RGB (Red+Green+Blue) = 155+90+190=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ABE is #64A541. Grayscale: #787878. Windows color (decimal): -6595906 or 12475035. OLE color: 12475035.

HSL color Cylindrical-coordinate representation of color #9B5ABE: hue angle of 279º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B5ABE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 90 190 -
CMYK 0.18 0.53 0 0.25
HSL 279º 0.43% 0.55% -
HSV(B) 279º 0.53% 0.75% -
XYZ 26.47 18 50.79 -
YUV 120.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 155 90 190 0.18 0.53 0 0.25 279 0.43 0.55
Hex 9B 5A BE 12 35 0 19 117 2B 37
Octal 233 132 276 22 65 0 31 427 53 67
Binary 10011011 1011010 10111110 10010 110101 0 11001 100010111 101011 110111

Color Harmonies of #9B5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5ABE

Black with #9B5ABE

Text Example


Text Example

White with #9B5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,190); }

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

background-color css

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

 a { background-color: rgb(155,90,190); }

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

border-color css

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

 span { border-color: rgb(155,90,190); }

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