#9F429F

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

Shades of Violet Blue #9F429F

Tints of Violet Blue #9F429F

Color information

#9F429F (or 0x9F429F) is unknown color: approx Violet Blue. HEX triplet: 9F, 42 and 9F. RGB value is (159,66,159). Sum of RGB (Red+Green+Blue) = 159+66+159=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F429F is #60BD60. Grayscale: #686868. Windows color (decimal): -6339937 or 10437279. OLE color: 10437279.

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

Color convert

RGB15966159-
CMYK00.5800.38
HSL300º41.33%44.12%-
HSV(B)300º58.49%62.35%-
XYZ22.513.7734.27-
YUV104.41158.81166.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=41.41%
G=17.19%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596615900.5800.3830041.3344.12
Hex9F429F03A02612c292c
Octal2371022370720464545154
Binary1001111110000101001111101110100100110100101100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,159); }

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

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

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

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

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

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

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