Html Css Color HEX #9F3FAB Deep Lilac

📋 copy color: '#9F3FAB'

red 159 ◦ green 63 ◦ blue 171

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

Shades of Deep Lilac #9F3FAB

Tints of Deep Lilac #9F3FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 40.46%
G = 16.03%
B = 43.51%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F3FAB (or 0x9F3FAB) is known color: Deep Lilac. HEX triplet: 9F, 3F and AB. RGB value is (159,63,171). Sum of RGB (Red+Green+Blue) = 159+63+171=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F3FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3FAB is #60C054. Grayscale: #676767. Windows color (decimal): -6340693 or 11222943. OLE color: 11222943.

HSL color Cylindrical-coordinate representation of color #9F3FAB: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3FAB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 63 171 -
CMYK 0.07 0.63 0 0.33
HSL 293.33º 0.46% 0.46% -
HSV(B) 293.33º 0.63% 0.67% -
XYZ 23.43 13.87 39.97 -
YUV 104.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 159 63 171 0.07 0.63 0 0.33 293.33 0.46 0.46
Hex 9F 3F AB 7 3F 0 21 125 2E 2E
Octal 237 77 253 7 77 0 41 445 56 56
Binary 10011111 111111 10101011 111 111111 0 100001 100100101 101110 101110

Color Harmonies of #9F3FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3FAB

Black with #9F3FAB

Text Example


Text Example

White with #9F3FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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