Html Css Color HEX #9F4FAE Deep Lilac

📋 copy color: '#9F4FAE'

red 159 ◦ green 79 ◦ blue 174

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

Shades of Deep Lilac #9F4FAE

Tints of Deep Lilac #9F4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 38.59%
G = 19.17%
B = 42.23%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F4FAE (or 0x9F4FAE) is known color: Deep Lilac. HEX triplet: 9F, 4F and AE. RGB value is (159,79,174). Sum of RGB (Red+Green+Blue) = 159+79+174=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4FAE is #60B051. Grayscale: #717171. Windows color (decimal): -6336594 or 11423647. OLE color: 11423647.

HSL color Cylindrical-coordinate representation of color #9F4FAE: hue angle of 290.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4FAE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 79 174 -
CMYK 0.09 0.55 0 0.32
HSL 290.53º 0.38% 0.5% -
HSV(B) 290.53º 0.55% 0.68% -
XYZ 24.73 16.02 41.83 -
YUV 113.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 159 79 174 0.09 0.55 0 0.32 290.53 0.38 0.5
Hex 9F 4F AE 9 37 0 20 123 26 32
Octal 237 117 256 11 67 0 40 443 46 62
Binary 10011111 1001111 10101110 1001 110111 0 100000 100100011 100110 110010

Color Harmonies of #9F4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4FAE

Black with #9F4FAE

Text Example


Text Example

White with #9F4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,174); }

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

background-color css

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

 a { background-color: rgb(159,79,174); }

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

border-color css

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

 span { border-color: rgb(159,79,174); }

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