Html Css Color HEX #9542BD Deep Lilac

📋 copy color: '#9542BD'

red 149 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #9542BD

Tints of Deep Lilac #9542BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.34%

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 36.88%
G = 16.34%
B = 46.78%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9542BD (or 0x9542BD) is known color: Deep Lilac. HEX triplet: 95, 42 and BD. RGB value is (149,66,189). Sum of RGB (Red+Green+Blue) = 149+66+189=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #9542BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542BD is #6ABD42. Grayscale: #686868. Windows color (decimal): -6995267 or 12403349. OLE color: 12403349.

HSL color Cylindrical-coordinate representation of color #9542BD: hue angle of 280.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9542BD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 66 189 -
CMYK 0.21 0.65 0 0.26
HSL 280.49º 0.48% 0.5% -
HSV(B) 280.49º 0.65% 0.74% -
XYZ 23.53 13.96 49.6 -
YUV 104.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 149 66 189 0.21 0.65 0 0.26 280.49 0.48 0.5
Hex 95 42 BD 15 41 0 1A 118 30 32
Octal 225 102 275 25 101 0 32 430 60 62
Binary 10010101 1000010 10111101 10101 1000001 0 11010 100011000 110000 110010

Color Harmonies of #9542BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9542BD

Black with #9542BD

Text Example


Text Example

White with #9542BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9542BD; }

 p { color: rgb(149,66,189); }

 H1.HeaderClassName
 {
   color: #9542BD;
 }
 .AnyTagClassName
 {
   color: #9542BD;
 }
</style>

background-color css

<style>
 a { background-color: #9542BD; }

 a { background-color: rgb(149,66,189); }

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

border-color css

<style>
 span { border-color: #9542BD; }

 span { border-color: rgb(149,66,189); }

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