Html Css Color HEX #9B56BE Deep Lilac

📋 copy color: '#9B56BE'

red 155 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #9B56BE

Tints of Deep Lilac #9B56BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 35.96%
G = 19.95%
B = 44.08%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B56BE (or 0x9B56BE) is known color: Deep Lilac. HEX triplet: 9B, 56 and BE. RGB value is (155,86,190). Sum of RGB (Red+Green+Blue) = 155+86+190=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56BE is #64A941. Grayscale: #767676. Windows color (decimal): -6596930 or 12474011. OLE color: 12474011.

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

Color convert

RGB 155 86 190 -
CMYK 0.18 0.55 0 0.25
HSL 279.81º 0.44% 0.54% -
HSV(B) 279.81º 0.55% 0.75% -
XYZ 26.14 17.34 50.68 -
YUV 118.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 155 86 190 0.18 0.55 0 0.25 279.81 0.44 0.54
Hex 9B 56 BE 12 37 0 19 118 2C 36
Octal 233 126 276 22 67 0 31 430 54 66
Binary 10011011 1010110 10111110 10010 110111 0 11001 100011000 101100 110110

Color Harmonies of #9B56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56BE

Black with #9B56BE

Text Example


Text Example

White with #9B56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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