#9F3F9A

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

Shades of Violet Blue #9F3F9A

Tints of Violet Blue #9F3F9A

Color information

#9F3F9A (or 0x9F3F9A) is unknown color: approx Violet Blue. HEX triplet: 9F, 3F and 9A. RGB value is (159,63,154). Sum of RGB (Red+Green+Blue) = 159+63+154=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3F9A is #60C065. Grayscale: #656565. Windows color (decimal): -6340710 or 10108831. OLE color: 10108831.

HSL color Cylindrical-coordinate representation of color #9F3F9A: hue angle of 303.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F3F9A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15963154-
CMYK00.600.030.38
HSL303.12º43.24%43.53%-
HSV(B)303.12º60.38%62.35%-
XYZ21.9113.2631.98-
YUV102.08157.3168.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=42.29%
G=16.76%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596315400.600.030.38303.1243.2443.53
Hex9F3F9A03C32612f2b2c
Octal237772320743464575354
Binary1001111111111110011010011110011100110100101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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