Html Css Color HEX #9B5CBD Deep Lilac

📋 copy color: '#9B5CBD'

red 155 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #9B5CBD

Tints of Deep Lilac #9B5CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 35.55%
G = 21.1%
B = 43.35%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B5CBD (or 0x9B5CBD) is known color: Deep Lilac. HEX triplet: 9B, 5C and BD. RGB value is (155,92,189). Sum of RGB (Red+Green+Blue) = 155+92+189=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B5CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CBD is #64A342. Grayscale: #797979. Windows color (decimal): -6595395 or 12410011. OLE color: 12410011.

HSL color Cylindrical-coordinate representation of color #9B5CBD: hue angle of 278.97º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B5CBD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 92 189 -
CMYK 0.18 0.51 0 0.26
HSL 278.97º 0.42% 0.55% -
HSV(B) 278.97º 0.51% 0.74% -
XYZ 26.53 18.3 50.28 -
YUV 121.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 155 92 189 0.18 0.51 0 0.26 278.97 0.42 0.55
Hex 9B 5C BD 12 33 0 1A 117 2A 37
Octal 233 134 275 22 63 0 32 427 52 67
Binary 10011011 1011100 10111101 10010 110011 0 11010 100010111 101010 110111

Color Harmonies of #9B5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CBD

Black with #9B5CBD

Text Example


Text Example

White with #9B5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,189); }

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

background-color css

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

 a { background-color: rgb(155,92,189); }

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

border-color css

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

 span { border-color: rgb(155,92,189); }

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