Html Css Color HEX #9B55BA Deep Lilac

📋 copy color: '#9B55BA'

red 155 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #9B55BA

Tints of Deep Lilac #9B55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

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

R = 36.38%
G = 19.95%
B = 43.66%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B55BA (or 0x9B55BA) is known color: Deep Lilac. HEX triplet: 9B, 55 and BA. RGB value is (155,85,186). Sum of RGB (Red+Green+Blue) = 155+85+186=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55BA is #64AA45. Grayscale: #757575. Windows color (decimal): -6597190 or 12211611. OLE color: 12211611.

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

Color convert

RGB 155 85 186 -
CMYK 0.17 0.54 0 0.27
HSL 281.58º 0.42% 0.53% -
HSV(B) 281.58º 0.54% 0.73% -
XYZ 25.63 17.01 48.39 -
YUV 117.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 155 85 186 0.17 0.54 0 0.27 281.58 0.42 0.53
Hex 9B 55 BA 11 36 0 1B 11A 2A 35
Octal 233 125 272 21 66 0 33 432 52 65
Binary 10011011 1010101 10111010 10001 110110 0 11011 100011010 101010 110101

Color Harmonies of #9B55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B55BA

Black with #9B55BA

Text Example


Text Example

White with #9B55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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