Html Css Color HEX #9B56B6 Deep Lilac

📋 copy color: '#9B56B6'

red 155 ◦ green 86 ◦ blue 182

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

Shades of Deep Lilac #9B56B6

Tints of Deep Lilac #9B56B6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 36.64%
G = 20.33%
B = 43.03%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9B56B6 (or 0x9B56B6) is known color: Deep Lilac. HEX triplet: 9B, 56 and B6. RGB value is (155,86,182). Sum of RGB (Red+Green+Blue) = 155+86+182=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B56B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56B6 is #64A949. Grayscale: #757575. Windows color (decimal): -6596938 or 11949723. OLE color: 11949723.

HSL color Cylindrical-coordinate representation of color #9B56B6: hue angle of 283.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B56B6 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 86 182 -
CMYK 0.15 0.53 0 0.29
HSL 283.13º 0.4% 0.53% -
HSV(B) 283.13º 0.53% 0.71% -
XYZ 25.29 17 46.2 -
YUV 117.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 155 86 182 0.15 0.53 0 0.29 283.13 0.4 0.53
Hex 9B 56 B6 F 35 0 1D 11B 28 35
Octal 233 126 266 17 65 0 35 433 50 65
Binary 10011011 1010110 10110110 1111 110101 0 11101 100011011 101000 110101

Color Harmonies of #9B56B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56B6

Black with #9B56B6

Text Example


Text Example

White with #9B56B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,182); }

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

background-color css

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

 a { background-color: rgb(155,86,182); }

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

border-color css

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

 span { border-color: rgb(155,86,182); }

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