Html Css Color HEX #9C55BD Deep Lilac

📋 copy color: '#9C55BD'

red 156 ◦ green 85 ◦ blue 189

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

Shades of Deep Lilac #9C55BD

Tints of Deep Lilac #9C55BD

RGB

 RED value IS 156 (61.33% from 255) = 36.28%

 GREEN value IS 85 (33.59% from 255) = 19.77%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 36.28%
G = 19.77%
B = 43.95%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C55BD (or 0x9C55BD) is known color: Deep Lilac. HEX triplet: 9C, 55 and BD. RGB value is (156,85,189). Sum of RGB (Red+Green+Blue) = 156+85+189=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C55BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55BD is #63AA42. Grayscale: #757575. Windows color (decimal): -6531651 or 12408220. OLE color: 12408220.

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

Color convert

RGB 156 85 189 -
CMYK 0.17 0.55 0 0.26
HSL 280.96º 0.44% 0.54% -
HSV(B) 280.96º 0.55% 0.74% -
XYZ 26.14 17.24 50.09 -
YUV 118.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 156 85 189 0.17 0.55 0 0.26 280.96 0.44 0.54
Hex 9C 55 BD 11 37 0 1A 119 2C 36
Octal 234 125 275 21 67 0 32 431 54 66
Binary 10011100 1010101 10111101 10001 110111 0 11010 100011001 101100 110110

Color Harmonies of #9C55BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55BD

Black with #9C55BD

Text Example


Text Example

White with #9C55BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,189); }

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

background-color css

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

 a { background-color: rgb(156,85,189); }

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

border-color css

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

 span { border-color: rgb(156,85,189); }

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