Html Css Color HEX #9564B4 Deep Lilac

📋 copy color: '#9564B4'

red 149 ◦ green 100 ◦ blue 180

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

Shades of Deep Lilac #9564B4

Tints of Deep Lilac #9564B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 34.73%
G = 23.31%
B = 41.96%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9564B4 (or 0x9564B4) is known color: Deep Lilac. HEX triplet: 95, 64 and B4. RGB value is (149,100,180). Sum of RGB (Red+Green+Blue) = 149+100+180=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9564B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564B4 is #6A9B4B. Grayscale: #7B7B7B. Windows color (decimal): -6986572 or 11822229. OLE color: 11822229.

HSL color Cylindrical-coordinate representation of color #9564B4: hue angle of 276.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9564B4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 100 180 -
CMYK 0.17 0.44 0 0.29
HSL 276.75º 0.35% 0.55% -
HSV(B) 276.75º 0.44% 0.71% -
XYZ 25.19 18.8 45.48 -
YUV 123.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 149 100 180 0.17 0.44 0 0.29 276.75 0.35 0.55
Hex 95 64 B4 11 2C 0 1D 115 23 37
Octal 225 144 264 21 54 0 35 425 43 67
Binary 10010101 1100100 10110100 10001 101100 0 11101 100010101 100011 110111

Color Harmonies of #9564B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564B4

Black with #9564B4

Text Example


Text Example

White with #9564B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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