#9F3EA1

Color #9F3EA1 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9F3EA1

Tints of Violet Blue #9F3EA1

Color information

#9F3EA1 (or 0x9F3EA1) is unknown color: approx Violet Blue. HEX triplet: 9F, 3E and A1. RGB value is (159,62,161). Sum of RGB (Red+Green+Blue) = 159+62+161=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 161 - color contains mainly: blue. Hex color #9F3EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3EA1 is #60C15E. Grayscale: #656565. Windows color (decimal): -6340959 or 10567327. OLE color: 10567327.

HSL color Cylindrical-coordinate representation of color #9F3EA1: hue angle of 298.79º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3EA1 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15962161-
CMYK0.010.6100.37
HSL298.79º44.39%43.73%-
HSV(B)298.79º61.49%63.14%-
XYZ22.4513.3935.12-
YUV102.29161.14168.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 161 (63.28% from 255) = 42.15%
R=41.62%
G=16.23%
B=42.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159621610.010.6100.37298.7944.3943.73
Hex9F3EA113D02512b2c2c
Octal237762411750454535454
Binary100111111111101010000111111010100101100101011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,161); }

 H1.HeaderClassName
 {
   color: #9F3EA1;
 }
 .AnyTagClassName
 {
   color: #9F3EA1;
 }
</style>
background-color css

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

 a { background-color: rgb(159,62,161); }

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

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

 span { border-color: rgb(159,62,161); }

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