Html Css Color HEX #9B56BC Deep Lilac

📋 copy color: '#9B56BC'

red 155 ◦ green 86 ◦ blue 188

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

Shades of Deep Lilac #9B56BC

Tints of Deep Lilac #9B56BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 36.13%
G = 20.05%
B = 43.82%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B56BC (or 0x9B56BC) is known color: Deep Lilac. HEX triplet: 9B, 56 and BC. RGB value is (155,86,188). Sum of RGB (Red+Green+Blue) = 155+86+188=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56BC is #64A943. Grayscale: #757575. Windows color (decimal): -6596932 or 12342939. OLE color: 12342939.

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

Color convert

RGB 155 86 188 -
CMYK 0.18 0.54 0 0.26
HSL 280.59º 0.43% 0.54% -
HSV(B) 280.59º 0.54% 0.74% -
XYZ 25.92 17.25 49.54 -
YUV 118.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 155 86 188 0.18 0.54 0 0.26 280.59 0.43 0.54
Hex 9B 56 BC 12 36 0 1A 119 2B 36
Octal 233 126 274 22 66 0 32 431 53 66
Binary 10011011 1010110 10111100 10010 110110 0 11010 100011001 101011 110110

Color Harmonies of #9B56BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56BC

Black with #9B56BC

Text Example


Text Example

White with #9B56BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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