Html Css Color HEX #9C49CA Deep Lilac

📋 copy color: '#9C49CA'

red 156 ◦ green 73 ◦ blue 202

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

Shades of Deep Lilac #9C49CA

Tints of Deep Lilac #9C49CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

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

R = 36.19%
G = 16.94%
B = 46.87%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C49CA (or 0x9C49CA) is known color: Deep Lilac. HEX triplet: 9C, 49 and CA. RGB value is (156,73,202). Sum of RGB (Red+Green+Blue) = 156+73+202=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49CA is #63B635. Grayscale: #707070. Windows color (decimal): -6534710 or 13257116. OLE color: 13257116.

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

Color convert

RGB 156 73 202 -
CMYK 0.23 0.64 0 0.21
HSL 278.6º 0.55% 0.54% -
HSV(B) 278.6º 0.64% 0.79% -
XYZ 26.75 16.1 57.57 -
YUV 112.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 156 73 202 0.23 0.64 0 0.21 278.6 0.55 0.54
Hex 9C 49 CA 17 40 0 15 117 37 36
Octal 234 111 312 27 100 0 25 427 67 66
Binary 10011100 1001001 11001010 10111 1000000 0 10101 100010111 110111 110110

Color Harmonies of #9C49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C49CA

Black with #9C49CA

Text Example


Text Example

White with #9C49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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