Html Css Color HEX #9C54C8 Deep Lilac

📋 copy color: '#9C54C8'

red 156 ◦ green 84 ◦ blue 200

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

Shades of Deep Lilac #9C54C8

Tints of Deep Lilac #9C54C8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 200 (78.52% from 255) = 45.45%

R = 35.45%
G = 19.09%
B = 45.45%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9C54C8 (or 0x9C54C8) is known color: Deep Lilac. HEX triplet: 9C, 54 and C8. RGB value is (156,84,200). Sum of RGB (Red+Green+Blue) = 156+84+200=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #9C54C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54C8 is #63AB37. Grayscale: #767676. Windows color (decimal): -6531896 or 13128860. OLE color: 13128860.

HSL color Cylindrical-coordinate representation of color #9C54C8: hue angle of 277.24º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C54C8 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 84 200 -
CMYK 0.22 0.58 0 0.22
HSL 277.24º 0.51% 0.56% -
HSV(B) 277.24º 0.58% 0.78% -
XYZ 27.31 17.58 56.6 -
YUV 118.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 156 84 200 0.22 0.58 0 0.22 277.24 0.51 0.56
Hex 9C 54 C8 16 3A 0 16 115 33 38
Octal 234 124 310 26 72 0 26 425 63 70
Binary 10011100 1010100 11001000 10110 111010 0 10110 100010101 110011 111000

Color Harmonies of #9C54C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C54C8

Black with #9C54C8

Text Example


Text Example

White with #9C54C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,84,200); }

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

background-color css

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

 a { background-color: rgb(156,84,200); }

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

border-color css

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

 span { border-color: rgb(156,84,200); }

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