Html Css Color HEX #9541B6 Deep Lilac

📋 copy color: '#9541B6'

red 149 ◦ green 65 ◦ blue 182

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

Shades of Deep Lilac #9541B6

Tints of Deep Lilac #9541B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.96%

R = 37.63%
G = 16.41%
B = 45.96%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9541B6 (or 0x9541B6) is known color: Deep Lilac. HEX triplet: 95, 41 and B6. RGB value is (149,65,182). Sum of RGB (Red+Green+Blue) = 149+65+182=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #9541B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9541B6 is #6ABE49. Grayscale: #676767. Windows color (decimal): -6995530 or 11944341. OLE color: 11944341.

HSL color Cylindrical-coordinate representation of color #9541B6: hue angle of 283.08º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9541B6 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 65 182 -
CMYK 0.18 0.64 0 0.29
HSL 283.08º 0.47% 0.48% -
HSV(B) 283.08º 0.64% 0.71% -
XYZ 22.73 13.55 45.67 -
YUV 103.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 149 65 182 0.18 0.64 0 0.29 283.08 0.47 0.48
Hex 95 41 B6 12 40 0 1D 11B 2F 30
Octal 225 101 266 22 100 0 35 433 57 60
Binary 10010101 1000001 10110110 10010 1000000 0 11101 100011011 101111 110000

Color Harmonies of #9541B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9541B6

Black with #9541B6

Text Example


Text Example

White with #9541B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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