Html Css Color HEX #9549CB Deep Lilac

📋 copy color: '#9549CB'

red 149 ◦ green 73 ◦ blue 203

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

Shades of Deep Lilac #9549CB

Tints of Deep Lilac #9549CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 35.06%
G = 17.18%
B = 47.76%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9549CB (or 0x9549CB) is known color: Deep Lilac. HEX triplet: 95, 49 and CB. RGB value is (149,73,203). Sum of RGB (Red+Green+Blue) = 149+73+203=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #9549CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9549CB is #6AB634. Grayscale: #6E6E6E. Windows color (decimal): -6993461 or 13322645. OLE color: 13322645.

HSL color Cylindrical-coordinate representation of color #9549CB: hue angle of 275.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9549CB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 73 203 -
CMYK 0.27 0.64 0 0.20
HSL 275.08º 0.56% 0.54% -
HSV(B) 275.08º 0.64% 0.8% -
XYZ 25.56 15.47 58.14 -
YUV 110.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 149 73 203 0.27 0.64 0 0.20 275.08 0.56 0.54
Hex 95 49 CB 1B 40 0 14 113 38 36
Octal 225 111 313 33 100 0 24 423 70 66
Binary 10010101 1001001 11001011 11011 1000000 0 10100 100010011 111000 110110

Color Harmonies of #9549CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9549CB

Black with #9549CB

Text Example


Text Example

White with #9549CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9549CB; }

 p { color: rgb(149,73,203); }

 H1.HeaderClassName
 {
   color: #9549CB;
 }
 .AnyTagClassName
 {
   color: #9549CB;
 }
</style>

background-color css

<style>
 a { background-color: #9549CB; }

 a { background-color: rgb(149,73,203); }

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

border-color css

<style>
 span { border-color: #9549CB; }

 span { border-color: rgb(149,73,203); }

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