Html Css Color HEX #9053AF Deep Lilac

📋 copy color: '#9053AF'

red 144 ◦ green 83 ◦ blue 175

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

Shades of Deep Lilac #9053AF

Tints of Deep Lilac #9053AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 35.82%
G = 20.65%
B = 43.53%

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

#9053AF (or 0x9053AF) is known color: Deep Lilac. HEX triplet: 90, 53 and AF. RGB value is (144,83,175). Sum of RGB (Red+Green+Blue) = 144+83+175=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #9053AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9053AF is #6FAC50. Grayscale: #6F6F6F. Windows color (decimal): -7318609 or 11490192. OLE color: 11490192.

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

Color convert

RGB 144 83 175 -
CMYK 0.18 0.53 0 0.31
HSL 279.78º 0.37% 0.51% -
HSV(B) 279.78º 0.53% 0.69% -
XYZ 22.33 15.21 42.32 -
YUV 111.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 144 83 175 0.18 0.53 0 0.31 279.78 0.37 0.51
Hex 90 53 AF 12 35 0 1F 118 25 33
Octal 220 123 257 22 65 0 37 430 45 63
Binary 10010000 1010011 10101111 10010 110101 0 11111 100011000 100101 110011

Color Harmonies of #9053AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053AF

Black with #9053AF

Text Example


Text Example

White with #9053AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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