Html Css Color HEX #9F53AF Deep Lilac

📋 copy color: '#9F53AF'

red 159 ◦ green 83 ◦ blue 175

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

Shades of Deep Lilac #9F53AF

Tints of Deep Lilac #9F53AF

RGB

 RED value IS 159 (62.5% from 255) = 38.13%

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

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

R = 38.13%
G = 19.9%
B = 41.97%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F53AF (or 0x9F53AF) is known color: Deep Lilac. HEX triplet: 9F, 53 and AF. RGB value is (159,83,175). Sum of RGB (Red+Green+Blue) = 159+83+175=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F53AF is #60AC50. Grayscale: #737373. Windows color (decimal): -6335569 or 11490207. OLE color: 11490207.

HSL color Cylindrical-coordinate representation of color #9F53AF: hue angle of 289.57º 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 #9F53AF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 83 175 -
CMYK 0.09 0.53 0 0.31
HSL 289.57º 0.37% 0.51% -
HSV(B) 289.57º 0.53% 0.69% -
XYZ 25.13 16.65 42.45 -
YUV 116.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 159 83 175 0.09 0.53 0 0.31 289.57 0.37 0.51
Hex 9F 53 AF 9 35 0 1F 122 25 33
Octal 237 123 257 11 65 0 37 442 45 63
Binary 10011111 1010011 10101111 1001 110101 0 11111 100100010 100101 110011

Color Harmonies of #9F53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F53AF

Black with #9F53AF

Text Example


Text Example

White with #9F53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F53AF; }

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

 H1.HeaderClassName
 {
   color: #9F53AF;
 }
 .AnyTagClassName
 {
   color: #9F53AF;
 }
</style>

background-color css

<style>
 a { background-color: #9F53AF; }

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

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

border-color css

<style>
 span { border-color: #9F53AF; }

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

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