Html Css Color HEX #9B56C0 Deep Lilac

📋 copy color: '#9B56C0'

red 155 ◦ green 86 ◦ blue 192

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

Shades of Deep Lilac #9B56C0

Tints of Deep Lilac #9B56C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 35.8%
G = 19.86%
B = 44.34%

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

#9B56C0 (or 0x9B56C0) is known color: Deep Lilac. HEX triplet: 9B, 56 and C0. RGB value is (155,86,192). Sum of RGB (Red+Green+Blue) = 155+86+192=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B56C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56C0 is #64A93F. Grayscale: #767676. Windows color (decimal): -6596928 or 12605083. OLE color: 12605083.

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

Color convert

RGB 155 86 192 -
CMYK 0.19 0.55 0 0.25
HSL 279.06º 0.46% 0.55% -
HSV(B) 279.06º 0.55% 0.75% -
XYZ 26.36 17.43 51.84 -
YUV 118.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 155 86 192 0.19 0.55 0 0.25 279.06 0.46 0.55
Hex 9B 56 C0 13 37 0 19 117 2E 37
Octal 233 126 300 23 67 0 31 427 56 67
Binary 10011011 1010110 11000000 10011 110111 0 11001 100010111 101110 110111

Color Harmonies of #9B56C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56C0

Black with #9B56C0

Text Example


Text Example

White with #9B56C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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