Html Css Color HEX #9548BA Deep Lilac

📋 copy color: '#9548BA'

red 149 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #9548BA

Tints of Deep Lilac #9548BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 36.61%
G = 17.69%
B = 45.7%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9548BA (or 0x9548BA) is known color: Deep Lilac. HEX triplet: 95, 48 and BA. RGB value is (149,72,186). Sum of RGB (Red+Green+Blue) = 149+72+186=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9548BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548BA is #6AB745. Grayscale: #6B6B6B. Windows color (decimal): -6993734 or 12208277. OLE color: 12208277.

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

Color convert

RGB 149 72 186 -
CMYK 0.20 0.61 0 0.27
HSL 280.53º 0.45% 0.51% -
HSV(B) 280.53º 0.61% 0.73% -
XYZ 23.57 14.57 48.02 -
YUV 108.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 149 72 186 0.20 0.61 0 0.27 280.53 0.45 0.51
Hex 95 48 BA 14 3D 0 1B 119 2D 33
Octal 225 110 272 24 75 0 33 431 55 63
Binary 10010101 1001000 10111010 10100 111101 0 11011 100011001 101101 110011

Color Harmonies of #9548BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548BA

Black with #9548BA

Text Example


Text Example

White with #9548BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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