#9F409E

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

Shades of Violet Blue #9F409E

Tints of Violet Blue #9F409E

Color information

#9F409E (or 0x9F409E) is unknown color: approx Violet Blue. HEX triplet: 9F, 40 and 9E. RGB value is (159,64,158). Sum of RGB (Red+Green+Blue) = 159+64+158=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F409E is #60BF61. Grayscale: #666666. Windows color (decimal): -6340450 or 10371231. OLE color: 10371231.

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

Color convert

RGB15964158-
CMYK00.600.010.38
HSL300.63º42.6%43.73%-
HSV(B)300.63º59.75%62.35%-
XYZ22.313.5133.78-
YUV103.12158.97167.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=41.73%
G=16.80%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596415800.600.010.38300.6342.643.73
Hex9F409E03C12612d2b2c
Octal2371002360741464555354
Binary1001111110000001001111001111001100110100101101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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