#9F429B

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

Shades of Violet Blue #9F429B

Tints of Violet Blue #9F429B

Color information

#9F429B (or 0x9F429B) is unknown color: approx Violet Blue. HEX triplet: 9F, 42 and 9B. RGB value is (159,66,155). Sum of RGB (Red+Green+Blue) = 159+66+155=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F429B is #60BD64. Grayscale: #676767. Windows color (decimal): -6339941 or 10175135. OLE color: 10175135.

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

Color convert

RGB15966155-
CMYK00.580.030.38
HSL302.58º41.33%44.12%-
HSV(B)302.58º58.49%62.35%-
XYZ22.1613.6332.47-
YUV103.95156.81167.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.84%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=41.84%
G=17.37%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596615500.580.030.38302.5841.3344.12
Hex9F429B03A32612f292c
Octal2371022330723464575154
Binary10011111100001010011011011101011100110100101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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