Html Css Color HEX #9F39AA Deep Lilac

📋 copy color: '#9F39AA'

red 159 ◦ green 57 ◦ blue 170

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

Shades of Deep Lilac #9F39AA

Tints of Deep Lilac #9F39AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.77%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 41.19%
G = 14.77%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F39AA (or 0x9F39AA) is known color: Deep Lilac. HEX triplet: 9F, 39 and AA. RGB value is (159,57,170). Sum of RGB (Red+Green+Blue) = 159+57+170=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F39AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F39AA is #60C655. Grayscale: #646464. Windows color (decimal): -6342230 or 11155871. OLE color: 11155871.

HSL color Cylindrical-coordinate representation of color #9F39AA: hue angle of 294.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F39AA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 57 170 -
CMYK 0.06 0.66 0 0.33
HSL 294.16º 0.5% 0.45% -
HSV(B) 294.16º 0.66% 0.67% -
XYZ 23.02 13.2 39.36 -
YUV 100.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 159 57 170 0.06 0.66 0 0.33 294.16 0.5 0.45
Hex 9F 39 AA 6 42 0 21 126 32 2D
Octal 237 71 252 6 102 0 41 446 62 55
Binary 10011111 111001 10101010 110 1000010 0 100001 100100110 110010 101101

Color Harmonies of #9F39AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F39AA

Black with #9F39AA

Text Example


Text Example

White with #9F39AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,57,170); }

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

background-color css

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

 a { background-color: rgb(159,57,170); }

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

border-color css

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

 span { border-color: rgb(159,57,170); }

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