Html Css Color HEX #9541BE Deep Lilac

📋 copy color: '#9541BE'

red 149 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #9541BE

Tints of Deep Lilac #9541BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 36.88%
G = 16.09%
B = 47.03%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9541BE (or 0x9541BE) is known color: Deep Lilac. HEX triplet: 95, 41 and BE. RGB value is (149,65,190). Sum of RGB (Red+Green+Blue) = 149+65+190=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #9541BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541BE is #6ABE41. Grayscale: #676767. Windows color (decimal): -6995522 or 12468629. OLE color: 12468629.

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

Color convert

RGB 149 65 190 -
CMYK 0.22 0.66 0 0.25
HSL 280.32º 0.49% 0.5% -
HSV(B) 280.32º 0.66% 0.75% -
XYZ 23.58 13.89 50.15 -
YUV 104.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 149 65 190 0.22 0.66 0 0.25 280.32 0.49 0.5
Hex 95 41 BE 16 42 0 19 118 31 32
Octal 225 101 276 26 102 0 31 430 61 62
Binary 10010101 1000001 10111110 10110 1000010 0 11001 100011000 110001 110010

Color Harmonies of #9541BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9541BE

Black with #9541BE

Text Example


Text Example

White with #9541BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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