Html Css Color HEX #9052AF Deep Lilac

📋 copy color: '#9052AF'

red 144 ◦ green 82 ◦ blue 175

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

Shades of Deep Lilac #9052AF

Tints of Deep Lilac #9052AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

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

R = 35.91%
G = 20.45%
B = 43.64%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9052AF (or 0x9052AF) is known color: Deep Lilac. HEX triplet: 90, 52 and AF. RGB value is (144,82,175). Sum of RGB (Red+Green+Blue) = 144+82+175=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #9052AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9052AF is #6FAD50. Grayscale: #6E6E6E. Windows color (decimal): -7318865 or 11489936. OLE color: 11489936.

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

Color convert

RGB 144 82 175 -
CMYK 0.18 0.53 0 0.31
HSL 280º 0.37% 0.5% -
HSV(B) 280º 0.53% 0.69% -
XYZ 22.26 15.06 42.29 -
YUV 111.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 144 82 175 0.18 0.53 0 0.31 280 0.37 0.5
Hex 90 52 AF 12 35 0 1F 118 25 32
Octal 220 122 257 22 65 0 37 430 45 62
Binary 10010000 1010010 10101111 10010 110101 0 11111 100011000 100101 110010

Color Harmonies of #9052AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9052AF

Black with #9052AF

Text Example


Text Example

White with #9052AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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