Html Css Color HEX #9C54BA Deep Lilac

📋 copy color: '#9C54BA'

red 156 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9C54BA

Tints of Deep Lilac #9C54BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 36.62%
G = 19.72%
B = 43.66%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C54BA (or 0x9C54BA) is known color: Deep Lilac. HEX triplet: 9C, 54 and BA. RGB value is (156,84,186). Sum of RGB (Red+Green+Blue) = 156+84+186=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54BA is #63AB45. Grayscale: #747474. Windows color (decimal): -6531910 or 12211356. OLE color: 12211356.

HSL color Cylindrical-coordinate representation of color #9C54BA: hue angle of 282.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C54BA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 84 186 -
CMYK 0.16 0.55 0 0.27
HSL 282.35º 0.43% 0.53% -
HSV(B) 282.35º 0.55% 0.73% -
XYZ 25.74 16.95 48.37 -
YUV 117.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 156 84 186 0.16 0.55 0 0.27 282.35 0.43 0.53
Hex 9C 54 BA 10 37 0 1B 11A 2A 35
Octal 234 124 272 20 67 0 33 432 52 65
Binary 10011100 1010100 10111010 10000 110111 0 11011 100011010 101010 110101

Color Harmonies of #9C54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C54BA

Black with #9C54BA

Text Example


Text Example

White with #9C54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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