Html Css Color HEX #9B5BAF Deep Lilac

📋 copy color: '#9B5BAF'

red 155 ◦ green 91 ◦ blue 175

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

Shades of Deep Lilac #9B5BAF

Tints of Deep Lilac #9B5BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 36.82%
G = 21.62%
B = 41.57%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B5BAF (or 0x9B5BAF) is known color: Deep Lilac. HEX triplet: 9B, 5B and AF. RGB value is (155,91,175). Sum of RGB (Red+Green+Blue) = 155+91+175=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5BAF is #64A450. Grayscale: #777777. Windows color (decimal): -6595665 or 11492251. OLE color: 11492251.

HSL color Cylindrical-coordinate representation of color #9B5BAF: hue angle of 285.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5BAF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 91 175 -
CMYK 0.11 0.48 0 0.31
HSL 285.71º 0.34% 0.52% -
HSV(B) 285.71º 0.48% 0.69% -
XYZ 25 17.55 42.63 -
YUV 119.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 155 91 175 0.11 0.48 0 0.31 285.71 0.34 0.52
Hex 9B 5B AF B 30 0 1F 11E 22 34
Octal 233 133 257 13 60 0 37 436 42 64
Binary 10011011 1011011 10101111 1011 110000 0 11111 100011110 100010 110100

Color Harmonies of #9B5BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BAF

Black with #9B5BAF

Text Example


Text Example

White with #9B5BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,91,175); }

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

background-color css

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

 a { background-color: rgb(155,91,175); }

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

border-color css

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

 span { border-color: rgb(155,91,175); }

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