Html Css Color HEX #9C48CC Deep Lilac

📋 copy color: '#9C48CC'

red 156 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #9C48CC

Tints of Deep Lilac #9C48CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 36.11%
G = 16.67%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C48CC (or 0x9C48CC) is known color: Deep Lilac. HEX triplet: 9C, 48 and CC. RGB value is (156,72,204). Sum of RGB (Red+Green+Blue) = 156+72+204=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48CC is #63B733. Grayscale: #6F6F6F. Windows color (decimal): -6534964 or 13387932. OLE color: 13387932.

HSL color Cylindrical-coordinate representation of color #9C48CC: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C48CC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 72 204 -
CMYK 0.24 0.65 0 0.2
HSL 278.18º 0.56% 0.54% -
HSV(B) 278.18º 0.65% 0.8% -
XYZ 26.93 16.06 58.81 -
YUV 112.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 156 72 204 0.24 0.65 0 0.2 278.18 0.56 0.54
Hex 9C 48 CC 18 41 0 14 116 38 36
Octal 234 110 314 30 101 0 24 426 70 66
Binary 10011100 1001000 11001100 11000 1000001 0 10100 100010110 111000 110110

Color Harmonies of #9C48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C48CC

Black with #9C48CC

Text Example


Text Example

White with #9C48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,72,204); }

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

background-color css

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

 a { background-color: rgb(156,72,204); }

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

border-color css

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

 span { border-color: rgb(156,72,204); }

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