#9F418F

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

Shades of Violet Blue #9F418F

Tints of Violet Blue #9F418F

Color information

#9F418F (or 0x9F418F) is unknown color: approx Violet Blue. HEX triplet: 9F, 41 and 8F. RGB value is (159,65,143). Sum of RGB (Red+Green+Blue) = 159+65+143=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F418F is #60BE70. Grayscale: #656565. Windows color (decimal): -6340209 or 9388447. OLE color: 9388447.

HSL color Cylindrical-coordinate representation of color #9F418F: hue angle of 310.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F418F is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15965143-
CMYK00.590.100.38
HSL310.21º41.96%43.92%-
HSV(B)310.21º59.12%62.35%-
XYZ21.1513.1327.41-
YUV102151.14168.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=43.32%
G=17.71%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596514300.590.100.38310.2141.9643.92
Hex9F418F03BA261362a2c
Octal23710121707312464665254
Binary1001111110000011000111101110111010100110100110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,65,143); }

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

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

 a { background-color: rgb(159,65,143); }

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

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

 span { border-color: rgb(159,65,143); }

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