Html Css Color HEX #9542A6 Deep Lilac

📋 copy color: '#9542A6'

red 149 ◦ green 66 ◦ blue 166

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

Shades of Deep Lilac #9542A6

Tints of Deep Lilac #9542A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 39.11%
G = 17.32%
B = 43.57%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9542A6 (or 0x9542A6) is known color: Deep Lilac. HEX triplet: 95, 42 and A6. RGB value is (149,66,166). Sum of RGB (Red+Green+Blue) = 149+66+166=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 166 - color contains mainly: blue. Hex color #9542A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9542A6 is #6ABD59. Grayscale: #656565. Windows color (decimal): -6995290 or 10896021. OLE color: 10896021.

HSL color Cylindrical-coordinate representation of color #9542A6: hue angle of 289.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9542A6 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 66 166 -
CMYK 0.10 0.60 0 0.35
HSL 289.8º 0.43% 0.45% -
HSV(B) 289.8º 0.6% 0.65% -
XYZ 21.23 13.04 37.47 -
YUV 102.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 149 66 166 0.10 0.60 0 0.35 289.8 0.43 0.45
Hex 95 42 A6 A 3C 0 23 122 2B 2D
Octal 225 102 246 12 74 0 43 442 53 55
Binary 10010101 1000010 10100110 1010 111100 0 100011 100100010 101011 101101

Color Harmonies of #9542A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9542A6

Black with #9542A6

Text Example


Text Example

White with #9542A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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