Html Css Color HEX #9B55BF Deep Lilac

📋 copy color: '#9B55BF'

red 155 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #9B55BF

Tints of Deep Lilac #9B55BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 35.96%
G = 19.72%
B = 44.32%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B55BF (or 0x9B55BF) is known color: Deep Lilac. HEX triplet: 9B, 55 and BF. RGB value is (155,85,191). Sum of RGB (Red+Green+Blue) = 155+85+191=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B55BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55BF is #64AA40. Grayscale: #757575. Windows color (decimal): -6597185 or 12539291. OLE color: 12539291.

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

Color convert

RGB 155 85 191 -
CMYK 0.19 0.55 0 0.25
HSL 279.62º 0.45% 0.54% -
HSV(B) 279.62º 0.55% 0.75% -
XYZ 26.17 17.23 51.24 -
YUV 118.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 155 85 191 0.19 0.55 0 0.25 279.62 0.45 0.54
Hex 9B 55 BF 13 37 0 19 118 2D 36
Octal 233 125 277 23 67 0 31 430 55 66
Binary 10011011 1010101 10111111 10011 110111 0 11001 100011000 101101 110110

Color Harmonies of #9B55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B55BF

Black with #9B55BF

Text Example


Text Example

White with #9B55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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