Html Css Color HEX #9544B2 Deep Lilac

📋 copy color: '#9544B2'

red 149 ◦ green 68 ◦ blue 178

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

Shades of Deep Lilac #9544B2

Tints of Deep Lilac #9544B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 37.72%
G = 17.22%
B = 45.06%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9544B2 (or 0x9544B2) is known color: Deep Lilac. HEX triplet: 95, 44 and B2. RGB value is (149,68,178). Sum of RGB (Red+Green+Blue) = 149+68+178=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #9544B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9544B2 is #6ABB4D. Grayscale: #686868. Windows color (decimal): -6994766 or 11682965. OLE color: 11682965.

HSL color Cylindrical-coordinate representation of color #9544B2: hue angle of 284.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9544B2 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 68 178 -
CMYK 0.16 0.62 0 0.30
HSL 284.18º 0.45% 0.48% -
HSV(B) 284.18º 0.62% 0.7% -
XYZ 22.5 13.74 43.59 -
YUV 104.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 149 68 178 0.16 0.62 0 0.30 284.18 0.45 0.48
Hex 95 44 B2 10 3E 0 1E 11C 2D 30
Octal 225 104 262 20 76 0 36 434 55 60
Binary 10010101 1000100 10110010 10000 111110 0 11110 100011100 101101 110000

Color Harmonies of #9544B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9544B2

Black with #9544B2

Text Example


Text Example

White with #9544B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9544B2; }

 p { color: rgb(149,68,178); }

 H1.HeaderClassName
 {
   color: #9544B2;
 }
 .AnyTagClassName
 {
   color: #9544B2;
 }
</style>

background-color css

<style>
 a { background-color: #9544B2; }

 a { background-color: rgb(149,68,178); }

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

border-color css

<style>
 span { border-color: #9544B2; }

 span { border-color: rgb(149,68,178); }

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