#9F409A

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

Shades of Violet Blue #9F409A

Tints of Violet Blue #9F409A

Color information

#9F409A (or 0x9F409A) is unknown color: approx Violet Blue. HEX triplet: 9F, 40 and 9A. RGB value is (159,64,154). Sum of RGB (Red+Green+Blue) = 159+64+154=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F409A is #60BF65. Grayscale: #666666. Windows color (decimal): -6340454 or 10109087. OLE color: 10109087.

HSL color Cylindrical-coordinate representation of color #9F409A: hue angle of 303.16º 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 #9F409A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15964154-
CMYK00.600.030.38
HSL303.16º42.6%43.73%-
HSV(B)303.16º59.75%62.35%-
XYZ21.9613.3732-
YUV102.66156.97168.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=42.18%
G=16.98%
B=40.85%

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
Decimal1596415400.600.030.38303.1642.643.73
Hex9F409A03C32612f2b2c
Octal2371002320743464575354
Binary10011111100000010011010011110011100110100101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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