Html Css Color HEX #9C48BB Deep Lilac

📋 copy color: '#9C48BB'

red 156 ◦ green 72 ◦ blue 187

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

Shades of Deep Lilac #9C48BB

Tints of Deep Lilac #9C48BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 37.59%
G = 17.35%
B = 45.06%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C48BB (or 0x9C48BB) is known color: Deep Lilac. HEX triplet: 9C, 48 and BB. RGB value is (156,72,187). Sum of RGB (Red+Green+Blue) = 156+72+187=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C48BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48BB is #63B744. Grayscale: #6D6D6D. Windows color (decimal): -6534981 or 12273820. OLE color: 12273820.

HSL color Cylindrical-coordinate representation of color #9C48BB: hue angle of 283.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C48BB is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 72 187 -
CMYK 0.17 0.61 0 0.27
HSL 283.83º 0.46% 0.51% -
HSV(B) 283.83º 0.61% 0.73% -
XYZ 25 15.29 48.65 -
YUV 110.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 156 72 187 0.17 0.61 0 0.27 283.83 0.46 0.51
Hex 9C 48 BB 11 3D 0 1B 11C 2E 33
Octal 234 110 273 21 75 0 33 434 56 63
Binary 10011100 1001000 10111011 10001 111101 0 11011 100011100 101110 110011

Color Harmonies of #9C48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C48BB

Black with #9C48BB

Text Example


Text Example

White with #9C48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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