Html Css Color HEX #9548B9 Deep Lilac

📋 copy color: '#9548B9'

red 149 ◦ green 72 ◦ blue 185

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

Shades of Deep Lilac #9548B9

Tints of Deep Lilac #9548B9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 185 (72.66% from 255) = 45.57%

R = 36.7%
G = 17.73%
B = 45.57%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9548B9 (or 0x9548B9) is known color: Deep Lilac. HEX triplet: 95, 48 and B9. RGB value is (149,72,185). Sum of RGB (Red+Green+Blue) = 149+72+185=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #9548B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548B9 is #6AB746. Grayscale: #6B6B6B. Windows color (decimal): -6993735 or 12142741. OLE color: 12142741.

HSL color Cylindrical-coordinate representation of color #9548B9: hue angle of 280.88º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9548B9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 72 185 -
CMYK 0.19 0.61 0 0.27
HSL 280.88º 0.45% 0.5% -
HSV(B) 280.88º 0.61% 0.73% -
XYZ 23.47 14.53 47.47 -
YUV 107.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 149 72 185 0.19 0.61 0 0.27 280.88 0.45 0.5
Hex 95 48 B9 13 3D 0 1B 119 2D 32
Octal 225 110 271 23 75 0 33 431 55 62
Binary 10010101 1001000 10111001 10011 111101 0 11011 100011001 101101 110010

Color Harmonies of #9548B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548B9

Black with #9548B9

Text Example


Text Example

White with #9548B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9548B9; }

 p { color: rgb(149,72,185); }

 H1.HeaderClassName
 {
   color: #9548B9;
 }
 .AnyTagClassName
 {
   color: #9548B9;
 }
</style>

background-color css

<style>
 a { background-color: #9548B9; }

 a { background-color: rgb(149,72,185); }

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

border-color css

<style>
 span { border-color: #9548B9; }

 span { border-color: rgb(149,72,185); }

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