Html Css Color HEX #9140AF Deep Lilac

📋 copy color: '#9140AF'

red 145 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #9140AF

Tints of Deep Lilac #9140AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 37.76%
G = 16.67%
B = 45.57%

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

#9140AF (or 0x9140AF) is known color: Deep Lilac. HEX triplet: 91, 40 and AF. RGB value is (145,64,175). Sum of RGB (Red+Green+Blue) = 145+64+175=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #9140AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9140AF is #6EBF50. Grayscale: #646464. Windows color (decimal): -7257937 or 11485329. OLE color: 11485329.

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

Color convert

RGB 145 64 175 -
CMYK 0.17 0.63 0 0.31
HSL 283.78º 0.46% 0.47% -
HSV(B) 283.78º 0.63% 0.69% -
XYZ 21.25 12.78 41.9 -
YUV 100.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 145 64 175 0.17 0.63 0 0.31 283.78 0.46 0.47
Hex 91 40 AF 11 3F 0 1F 11C 2E 2F
Octal 221 100 257 21 77 0 37 434 56 57
Binary 10010001 1000000 10101111 10001 111111 0 11111 100011100 101110 101111

Color Harmonies of #9140AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140AF

Black with #9140AF

Text Example


Text Example

White with #9140AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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