Html Css Color HEX #9564BB Deep Lilac

📋 copy color: '#9564BB'

red 149 ◦ green 100 ◦ blue 187

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

Shades of Deep Lilac #9564BB

Tints of Deep Lilac #9564BB

RGB

 RED value IS 149 (58.59% from 255) = 34.17%

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

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

R = 34.17%
G = 22.94%
B = 42.89%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9564BB (or 0x9564BB) is known color: Deep Lilac. HEX triplet: 95, 64 and BB. RGB value is (149,100,187). Sum of RGB (Red+Green+Blue) = 149+100+187=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #9564BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564BB is #6A9B44. Grayscale: #7C7C7C. Windows color (decimal): -6986565 or 12280981. OLE color: 12280981.

HSL color Cylindrical-coordinate representation of color #9564BB: hue angle of 273.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9564BB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 100 187 -
CMYK 0.20 0.47 0 0.27
HSL 273.79º 0.39% 0.56% -
HSV(B) 273.79º 0.47% 0.73% -
XYZ 25.92 19.09 49.33 -
YUV 124.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 149 100 187 0.20 0.47 0 0.27 273.79 0.39 0.56
Hex 95 64 BB 14 2F 0 1B 112 27 38
Octal 225 144 273 24 57 0 33 422 47 70
Binary 10010101 1100100 10111011 10100 101111 0 11011 100010010 100111 111000

Color Harmonies of #9564BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564BB

Black with #9564BB

Text Example


Text Example

White with #9564BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9564BB; }

 p { color: rgb(149,100,187); }

 H1.HeaderClassName
 {
   color: #9564BB;
 }
 .AnyTagClassName
 {
   color: #9564BB;
 }
</style>

background-color css

<style>
 a { background-color: #9564BB; }

 a { background-color: rgb(149,100,187); }

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

border-color css

<style>
 span { border-color: #9564BB; }

 span { border-color: rgb(149,100,187); }

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