Html Css Color HEX #9F3AAF Deep Lilac

📋 copy color: '#9F3AAF'

red 159 ◦ green 58 ◦ blue 175

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

Shades of Deep Lilac #9F3AAF

Tints of Deep Lilac #9F3AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.8%

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

R = 40.56%
G = 14.8%
B = 44.64%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F3AAF (or 0x9F3AAF) is known color: Deep Lilac. HEX triplet: 9F, 3A and AF. RGB value is (159,58,175). Sum of RGB (Red+Green+Blue) = 159+58+175=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3AAF is #60C550. Grayscale: #656565. Windows color (decimal): -6341969 or 11483807. OLE color: 11483807.

HSL color Cylindrical-coordinate representation of color #9F3AAF: hue angle of 291.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3AAF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 58 175 -
CMYK 0.09 0.67 0 0.31
HSL 291.79º 0.5% 0.46% -
HSV(B) 291.79º 0.67% 0.69% -
XYZ 23.55 13.49 41.92 -
YUV 101.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 159 58 175 0.09 0.67 0 0.31 291.79 0.5 0.46
Hex 9F 3A AF 9 43 0 1F 124 32 2E
Octal 237 72 257 11 103 0 37 444 62 56
Binary 10011111 111010 10101111 1001 1000011 0 11111 100100100 110010 101110

Color Harmonies of #9F3AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3AAF

Black with #9F3AAF

Text Example


Text Example

White with #9F3AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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