Html Css Color HEX #9548CB Deep Lilac

📋 copy color: '#9548CB'

red 149 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #9548CB

Tints of Deep Lilac #9548CB

RGB

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

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

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

R = 35.14%
G = 16.98%
B = 47.88%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9548CB (or 0x9548CB) is known color: Deep Lilac. HEX triplet: 95, 48 and CB. RGB value is (149,72,203). Sum of RGB (Red+Green+Blue) = 149+72+203=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #9548CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548CB is #6AB734. Grayscale: #6D6D6D. Windows color (decimal): -6993717 or 13322389. OLE color: 13322389.

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

Color convert

RGB 149 72 203 -
CMYK 0.27 0.65 0 0.20
HSL 275.27º 0.56% 0.54% -
HSV(B) 275.27º 0.65% 0.8% -
XYZ 25.49 15.34 58.12 -
YUV 109.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 149 72 203 0.27 0.65 0 0.20 275.27 0.56 0.54
Hex 95 48 CB 1B 41 0 14 113 38 36
Octal 225 110 313 33 101 0 24 423 70 66
Binary 10010101 1001000 11001011 11011 1000001 0 10100 100010011 111000 110110

Color Harmonies of #9548CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548CB

Black with #9548CB

Text Example


Text Example

White with #9548CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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