#9F429A

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

Shades of Violet Blue #9F429A

Tints of Violet Blue #9F429A

Color information

#9F429A (or 0x9F429A) is unknown color: approx Violet Blue. HEX triplet: 9F, 42 and 9A. RGB value is (159,66,154). Sum of RGB (Red+Green+Blue) = 159+66+154=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F429A is #60BD65. Grayscale: #676767. Windows color (decimal): -6339942 or 10109599. OLE color: 10109599.

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

Color convert

RGB15966154-
CMYK00.580.030.38
HSL303.23º41.33%44.12%-
HSV(B)303.23º58.49%62.35%-
XYZ22.0813.632.03-
YUV103.84156.31167.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=41.95%
G=17.41%
B=40.63%

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
Decimal1596615400.580.030.38303.2341.3344.12
Hex9F429A03A32612f292c
Octal2371022320723464575154
Binary10011111100001010011010011101011100110100101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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