Html Css Color HEX #9B5DBA Deep Lilac

📋 copy color: '#9B5DBA'

red 155 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #9B5DBA

Tints of Deep Lilac #9B5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 35.71%
G = 21.43%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B5DBA (or 0x9B5DBA) is known color: Deep Lilac. HEX triplet: 9B, 5D and BA. RGB value is (155,93,186). Sum of RGB (Red+Green+Blue) = 155+93+186=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 93 (36.72% from 255 or 21.43% 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 #9B5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5DBA is #64A245. Grayscale: #797979. Windows color (decimal): -6595142 or 12213659. OLE color: 12213659.

HSL color Cylindrical-coordinate representation of color #9B5DBA: hue angle of 280º degrees, saturation: 0.4, 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 #9B5DBA is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 93 186 -
CMYK 0.17 0.5 0 0.27
HSL 280º 0.4% 0.55% -
HSV(B) 280º 0.5% 0.73% -
XYZ 26.29 18.34 48.61 -
YUV 122.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 155 93 186 0.17 0.5 0 0.27 280 0.4 0.55
Hex 9B 5D BA 11 32 0 1B 118 28 37
Octal 233 135 272 21 62 0 33 430 50 67
Binary 10011011 1011101 10111010 10001 110010 0 11011 100011000 101000 110111

Color Harmonies of #9B5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5DBA

Black with #9B5DBA

Text Example


Text Example

White with #9B5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,186); }

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

background-color css

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

 a { background-color: rgb(155,93,186); }

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

border-color css

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

 span { border-color: rgb(155,93,186); }

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