Html Css Color HEX #9050AF Deep Lilac

📋 copy color: '#9050AF'

red 144 ◦ green 80 ◦ blue 175

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

Shades of Deep Lilac #9050AF

Tints of Deep Lilac #9050AF

RGB

 RED value IS 144 (56.64% from 255) = 36.09%

 GREEN value IS 80 (31.64% from 255) = 20.05%

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

R = 36.09%
G = 20.05%
B = 43.86%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9050AF (or 0x9050AF) is known color: Deep Lilac. HEX triplet: 90, 50 and AF. RGB value is (144,80,175). Sum of RGB (Red+Green+Blue) = 144+80+175=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #9050AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9050AF is #6FAF50. Grayscale: #6D6D6D. Windows color (decimal): -7319377 or 11489424. OLE color: 11489424.

HSL color Cylindrical-coordinate representation of color #9050AF: hue angle of 280.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9050AF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 80 175 -
CMYK 0.18 0.54 0 0.31
HSL 280.42º 0.37% 0.5% -
HSV(B) 280.42º 0.54% 0.69% -
XYZ 22.11 14.76 42.24 -
YUV 109.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 144 80 175 0.18 0.54 0 0.31 280.42 0.37 0.5
Hex 90 50 AF 12 36 0 1F 118 25 32
Octal 220 120 257 22 66 0 37 430 45 62
Binary 10010000 1010000 10101111 10010 110110 0 11111 100011000 100101 110010

Color Harmonies of #9050AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050AF

Black with #9050AF

Text Example


Text Example

White with #9050AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,80,175); }

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

background-color css

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

 a { background-color: rgb(144,80,175); }

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

border-color css

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

 span { border-color: rgb(144,80,175); }

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