#9F428F

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

Shades of Violet Blue #9F428F

Tints of Violet Blue #9F428F

Color information

#9F428F (or 0x9F428F) is unknown color: approx Violet Blue. HEX triplet: 9F, 42 and 8F. RGB value is (159,66,143). Sum of RGB (Red+Green+Blue) = 159+66+143=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F428F is #60BD70. Grayscale: #666666. Windows color (decimal): -6339953 or 9388703. OLE color: 9388703.

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

Color convert

RGB15966143-
CMYK00.580.100.38
HSL310.32º41.33%44.12%-
HSV(B)310.32º58.49%62.35%-
XYZ21.213.2527.43-
YUV102.58150.81168.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=43.21%
G=17.93%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596614300.580.100.38310.3241.3344.12
Hex9F428F03AA26136292c
Octal23710221707212464665154
Binary1001111110000101000111101110101010100110100110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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