Html Css Color HEX #9544BE Deep Lilac

📋 copy color: '#9544BE'

red 149 ◦ green 68 ◦ blue 190

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

Shades of Deep Lilac #9544BE

Tints of Deep Lilac #9544BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 36.61%
G = 16.71%
B = 46.68%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9544BE (or 0x9544BE) is known color: Deep Lilac. HEX triplet: 95, 44 and BE. RGB value is (149,68,190). Sum of RGB (Red+Green+Blue) = 149+68+190=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9544BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544BE is #6ABB41. Grayscale: #696969. Windows color (decimal): -6994754 or 12469397. OLE color: 12469397.

HSL color Cylindrical-coordinate representation of color #9544BE: hue angle of 279.84º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9544BE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 68 190 -
CMYK 0.22 0.64 0 0.25
HSL 279.84º 0.48% 0.51% -
HSV(B) 279.84º 0.64% 0.75% -
XYZ 23.76 14.24 50.21 -
YUV 106.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 149 68 190 0.22 0.64 0 0.25 279.84 0.48 0.51
Hex 95 44 BE 16 40 0 19 118 30 33
Octal 225 104 276 26 100 0 31 430 60 63
Binary 10010101 1000100 10111110 10110 1000000 0 11001 100011000 110000 110011

Color Harmonies of #9544BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9544BE

Black with #9544BE

Text Example


Text Example

White with #9544BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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