Html Css Color HEX #9541AF Deep Lilac

📋 copy color: '#9541AF'

red 149 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #9541AF

Tints of Deep Lilac #9541AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.71%

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 38.3%
G = 16.71%
B = 44.99%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9541AF (or 0x9541AF) is known color: Deep Lilac. HEX triplet: 95, 41 and AF. RGB value is (149,65,175). Sum of RGB (Red+Green+Blue) = 149+65+175=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #9541AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9541AF is #6ABE50. Grayscale: #666666. Windows color (decimal): -6995537 or 11485589. OLE color: 11485589.

HSL color Cylindrical-coordinate representation of color #9541AF: hue angle of 285.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9541AF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 65 175 -
CMYK 0.15 0.63 0 0.31
HSL 285.82º 0.46% 0.47% -
HSV(B) 285.82º 0.63% 0.69% -
XYZ 22.02 13.27 41.96 -
YUV 102.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 149 65 175 0.15 0.63 0 0.31 285.82 0.46 0.47
Hex 95 41 AF F 3F 0 1F 11E 2E 2F
Octal 225 101 257 17 77 0 37 436 56 57
Binary 10010101 1000001 10101111 1111 111111 0 11111 100011110 101110 101111

Color Harmonies of #9541AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9541AF

Black with #9541AF

Text Example


Text Example

White with #9541AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9541AF; }

 p { color: rgb(149,65,175); }

 H1.HeaderClassName
 {
   color: #9541AF;
 }
 .AnyTagClassName
 {
   color: #9541AF;
 }
</style>

background-color css

<style>
 a { background-color: #9541AF; }

 a { background-color: rgb(149,65,175); }

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

border-color css

<style>
 span { border-color: #9541AF; }

 span { border-color: rgb(149,65,175); }

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