Html Css Color HEX #9C64BA Deep Lilac

📋 copy color: '#9C64BA'

red 156 ◦ green 100 ◦ blue 186

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

Shades of Deep Lilac #9C64BA

Tints of Deep Lilac #9C64BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.62%

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

R = 35.29%
G = 22.62%
B = 42.08%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C64BA (or 0x9C64BA) is known color: Deep Lilac. HEX triplet: 9C, 64 and BA. RGB value is (156,100,186). Sum of RGB (Red+Green+Blue) = 156+100+186=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64BA is #639B45. Grayscale: #7E7E7E. Windows color (decimal): -6527814 or 12215452. OLE color: 12215452.

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

Color convert

RGB 156 100 186 -
CMYK 0.16 0.46 0 0.27
HSL 279.07º 0.38% 0.56% -
HSV(B) 279.07º 0.46% 0.73% -
XYZ 27.13 19.73 48.83 -
YUV 126.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 156 100 186 0.16 0.46 0 0.27 279.07 0.38 0.56
Hex 9C 64 BA 10 2E 0 1B 117 26 38
Octal 234 144 272 20 56 0 33 427 46 70
Binary 10011100 1100100 10111010 10000 101110 0 11011 100010111 100110 111000

Color Harmonies of #9C64BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C64BA

Black with #9C64BA

Text Example


Text Example

White with #9C64BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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