Html Css Color HEX #9F58AE Deep Lilac

📋 copy color: '#9F58AE'

red 159 ◦ green 88 ◦ blue 174

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

Shades of Deep Lilac #9F58AE

Tints of Deep Lilac #9F58AE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 37.77%
G = 20.9%
B = 41.33%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F58AE (or 0x9F58AE) is known color: Deep Lilac. HEX triplet: 9F, 58 and AE. RGB value is (159,88,174). Sum of RGB (Red+Green+Blue) = 159+88+174=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F58AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F58AE is #60A751. Grayscale: #767676. Windows color (decimal): -6334290 or 11425951. OLE color: 11425951.

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

Color convert

RGB 159 88 174 -
CMYK 0.09 0.49 0 0.32
HSL 289.53º 0.35% 0.51% -
HSV(B) 289.53º 0.49% 0.68% -
XYZ 25.43 17.41 42.06 -
YUV 119.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 159 88 174 0.09 0.49 0 0.32 289.53 0.35 0.51
Hex 9F 58 AE 9 31 0 20 122 23 33
Octal 237 130 256 11 61 0 40 442 43 63
Binary 10011111 1011000 10101110 1001 110001 0 100000 100100010 100011 110011

Color Harmonies of #9F58AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58AE

Black with #9F58AE

Text Example


Text Example

White with #9F58AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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