Html Css Color HEX #9C64BC Deep Lilac

📋 copy color: '#9C64BC'

red 156 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #9C64BC

Tints of Deep Lilac #9C64BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 35.14%
G = 22.52%
B = 42.34%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C64BC (or 0x9C64BC) is known color: Deep Lilac. HEX triplet: 9C, 64 and BC. RGB value is (156,100,188). Sum of RGB (Red+Green+Blue) = 156+100+188=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64BC is #639B43. Grayscale: #7E7E7E. Windows color (decimal): -6527812 or 12346524. OLE color: 12346524.

HSL color Cylindrical-coordinate representation of color #9C64BC: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C64BC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 100 188 -
CMYK 0.17 0.47 0 0.26
HSL 278.18º 0.4% 0.56% -
HSV(B) 278.18º 0.47% 0.74% -
XYZ 27.34 19.81 49.96 -
YUV 126.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 156 100 188 0.17 0.47 0 0.26 278.18 0.4 0.56
Hex 9C 64 BC 11 2F 0 1A 116 28 38
Octal 234 144 274 21 57 0 32 426 50 70
Binary 10011100 1100100 10111100 10001 101111 0 11010 100010110 101000 111000

Color Harmonies of #9C64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C64BC

Black with #9C64BC

Text Example


Text Example

White with #9C64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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