Html Css Color HEX #9B56CB Deep Lilac

📋 copy color: '#9B56CB'

red 155 ◦ green 86 ◦ blue 203

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

Shades of Deep Lilac #9B56CB

Tints of Deep Lilac #9B56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 34.91%
G = 19.37%
B = 45.72%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B56CB (or 0x9B56CB) is known color: Deep Lilac. HEX triplet: 9B, 56 and CB. RGB value is (155,86,203). Sum of RGB (Red+Green+Blue) = 155+86+203=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56CB is #64A934. Grayscale: #777777. Windows color (decimal): -6596917 or 13325979. OLE color: 13325979.

HSL color Cylindrical-coordinate representation of color #9B56CB: hue angle of 275.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B56CB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 86 203 -
CMYK 0.24 0.58 0 0.20
HSL 275.38º 0.53% 0.57% -
HSV(B) 275.38º 0.58% 0.8% -
XYZ 27.62 17.94 58.51 -
YUV 119.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 155 86 203 0.24 0.58 0 0.20 275.38 0.53 0.57
Hex 9B 56 CB 18 3A 0 14 113 35 39
Octal 233 126 313 30 72 0 24 423 65 71
Binary 10011011 1010110 11001011 11000 111010 0 10100 100010011 110101 111001

Color Harmonies of #9B56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56CB

Black with #9B56CB

Text Example


Text Example

White with #9B56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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