Html Css Color HEX #9C55CB Deep Lilac

📋 copy color: '#9C55CB'

red 156 ◦ green 85 ◦ blue 203

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

Shades of Deep Lilac #9C55CB

Tints of Deep Lilac #9C55CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 35.14%
G = 19.14%
B = 45.72%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C55CB (or 0x9C55CB) is known color: Deep Lilac. HEX triplet: 9C, 55 and CB. RGB value is (156,85,203). Sum of RGB (Red+Green+Blue) = 156+85+203=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55CB is #63AA34. Grayscale: #777777. Windows color (decimal): -6531637 or 13325724. OLE color: 13325724.

HSL color Cylindrical-coordinate representation of color #9C55CB: hue angle of 276.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C55CB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 85 203 -
CMYK 0.23 0.58 0 0.20
HSL 276.1º 0.53% 0.56% -
HSV(B) 276.1º 0.58% 0.8% -
XYZ 27.74 17.88 58.49 -
YUV 119.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 156 85 203 0.23 0.58 0 0.20 276.1 0.53 0.56
Hex 9C 55 CB 17 3A 0 14 114 35 38
Octal 234 125 313 27 72 0 24 424 65 70
Binary 10011100 1010101 11001011 10111 111010 0 10100 100010100 110101 111000

Color Harmonies of #9C55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55CB

Black with #9C55CB

Text Example


Text Example

White with #9C55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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