Html Css Color HEX #9C55C0 Deep Lilac

📋 copy color: '#9C55C0'

red 156 ◦ green 85 ◦ blue 192

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

Shades of Deep Lilac #9C55C0

Tints of Deep Lilac #9C55C0

RGB

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

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

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

R = 36.03%
G = 19.63%
B = 44.34%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C55C0 (or 0x9C55C0) is known color: Deep Lilac. HEX triplet: 9C, 55 and C0. RGB value is (156,85,192). Sum of RGB (Red+Green+Blue) = 156+85+192=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 85 (33.59% from 255 or 19.63% 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 #9C55C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55C0 is #63AA3F. Grayscale: #767676. Windows color (decimal): -6531648 or 12604828. OLE color: 12604828.

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

Color convert

RGB 156 85 192 -
CMYK 0.19 0.56 0 0.25
HSL 279.81º 0.46% 0.54% -
HSV(B) 279.81º 0.56% 0.75% -
XYZ 26.47 17.37 51.83 -
YUV 118.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 156 85 192 0.19 0.56 0 0.25 279.81 0.46 0.54
Hex 9C 55 C0 13 38 0 19 118 2E 36
Octal 234 125 300 23 70 0 31 430 56 66
Binary 10011100 1010101 11000000 10011 111000 0 11001 100011000 101110 110110

Color Harmonies of #9C55C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55C0

Black with #9C55C0

Text Example


Text Example

White with #9C55C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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