Html Css Color HEX #9F3FAD Deep Lilac

📋 copy color: '#9F3FAD'

red 159 ◦ green 63 ◦ blue 173

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

Shades of Deep Lilac #9F3FAD

Tints of Deep Lilac #9F3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 40.25%
G = 15.95%
B = 43.8%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F3FAD (or 0x9F3FAD) is known color: Deep Lilac. HEX triplet: 9F, 3F and AD. RGB value is (159,63,173). Sum of RGB (Red+Green+Blue) = 159+63+173=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F3FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3FAD is #60C052. Grayscale: #676767. Windows color (decimal): -6340691 or 11354015. OLE color: 11354015.

HSL color Cylindrical-coordinate representation of color #9F3FAD: hue angle of 292.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3FAD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 63 173 -
CMYK 0.08 0.64 0 0.32
HSL 292.36º 0.47% 0.46% -
HSV(B) 292.36º 0.64% 0.68% -
XYZ 23.62 13.94 40.98 -
YUV 104.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 159 63 173 0.08 0.64 0 0.32 292.36 0.47 0.46
Hex 9F 3F AD 8 40 0 20 124 2F 2E
Octal 237 77 255 10 100 0 40 444 57 56
Binary 10011111 111111 10101101 1000 1000000 0 100000 100100100 101111 101110

Color Harmonies of #9F3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3FAD

Black with #9F3FAD

Text Example


Text Example

White with #9F3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,63,173); }

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

background-color css

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

 a { background-color: rgb(159,63,173); }

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

border-color css

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

 span { border-color: rgb(159,63,173); }

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