Html Css Color HEX #9141AF Deep Lilac

📋 copy color: '#9141AF'

red 145 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #9141AF

Tints of Deep Lilac #9141AF

RGB

 RED value IS 145 (57.03% from 255) = 37.66%

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

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

R = 37.66%
G = 16.88%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9141AF (or 0x9141AF) is known color: Deep Lilac. HEX triplet: 91, 41 and AF. RGB value is (145,65,175). Sum of RGB (Red+Green+Blue) = 145+65+175=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #9141AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141AF is #6EBE50. Grayscale: #656565. Windows color (decimal): -7257681 or 11485585. OLE color: 11485585.

HSL color Cylindrical-coordinate representation of color #9141AF: hue angle of 283.64º 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 #9141AF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 65 175 -
CMYK 0.17 0.63 0 0.31
HSL 283.64º 0.46% 0.47% -
HSV(B) 283.64º 0.63% 0.69% -
XYZ 21.31 12.9 41.92 -
YUV 101.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 145 65 175 0.17 0.63 0 0.31 283.64 0.46 0.47
Hex 91 41 AF 11 3F 0 1F 11C 2E 2F
Octal 221 101 257 21 77 0 37 434 56 57
Binary 10010001 1000001 10101111 10001 111111 0 11111 100011100 101110 101111

Color Harmonies of #9141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9141AF

Black with #9141AF

Text Example


Text Example

White with #9141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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