Html Css Color HEX #9C52C9 Deep Lilac

📋 copy color: '#9C52C9'

red 156 ◦ green 82 ◦ blue 201

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

Shades of Deep Lilac #9C52C9

Tints of Deep Lilac #9C52C9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 35.54%
G = 18.68%
B = 45.79%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C52C9 (or 0x9C52C9) is known color: Deep Lilac. HEX triplet: 9C, 52 and C9. RGB value is (156,82,201). Sum of RGB (Red+Green+Blue) = 156+82+201=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C52C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C52C9 is #63AD36. Grayscale: #757575. Windows color (decimal): -6532407 or 13193884. OLE color: 13193884.

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

Color convert

RGB 156 82 201 -
CMYK 0.22 0.59 0 0.21
HSL 277.31º 0.52% 0.55% -
HSV(B) 277.31º 0.59% 0.79% -
XYZ 27.27 17.32 57.16 -
YUV 117.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 156 82 201 0.22 0.59 0 0.21 277.31 0.52 0.55
Hex 9C 52 C9 16 3B 0 15 115 34 37
Octal 234 122 311 26 73 0 25 425 64 67
Binary 10011100 1010010 11001001 10110 111011 0 10101 100010101 110100 110111

Color Harmonies of #9C52C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C52C9

Black with #9C52C9

Text Example


Text Example

White with #9C52C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,201); }

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

background-color css

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

 a { background-color: rgb(156,82,201); }

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

border-color css

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

 span { border-color: rgb(156,82,201); }

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