Html Css Color HEX #9C55CA Deep Lilac

📋 copy color: '#9C55CA'

red 156 ◦ green 85 ◦ blue 202

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

Shades of Deep Lilac #9C55CA

Tints of Deep Lilac #9C55CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 35.21%
G = 19.19%
B = 45.6%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C55CA (or 0x9C55CA) is known color: Deep Lilac. HEX triplet: 9C, 55 and CA. RGB value is (156,85,202). Sum of RGB (Red+Green+Blue) = 156+85+202=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55CA is #63AA35. Grayscale: #777777. Windows color (decimal): -6531638 or 13260188. OLE color: 13260188.

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

Color convert

RGB 156 85 202 -
CMYK 0.23 0.58 0 0.21
HSL 276.41º 0.52% 0.56% -
HSV(B) 276.41º 0.58% 0.79% -
XYZ 27.62 17.83 57.86 -
YUV 119.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 156 85 202 0.23 0.58 0 0.21 276.41 0.52 0.56
Hex 9C 55 CA 17 3A 0 15 114 34 38
Octal 234 125 312 27 72 0 25 424 64 70
Binary 10011100 1010101 11001010 10111 111010 0 10101 100010100 110100 111000

Color Harmonies of #9C55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55CA

Black with #9C55CA

Text Example


Text Example

White with #9C55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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