#9F428E

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

Shades of Violet Blue #9F428E

Tints of Violet Blue #9F428E

Color information

#9F428E (or 0x9F428E) is unknown color: approx Violet Blue. HEX triplet: 9F, 42 and 8E. RGB value is (159,66,142). Sum of RGB (Red+Green+Blue) = 159+66+142=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F428E is #60BD71. Grayscale: #666666. Windows color (decimal): -6339954 or 9323167. OLE color: 9323167.

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

Color convert

RGB15966142-
CMYK00.580.110.38
HSL310.97º41.33%44.12%-
HSV(B)310.97º58.49%62.35%-
XYZ21.1313.2227.03-
YUV102.47150.31168.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=43.32%
G=17.98%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596614200.580.110.38310.9741.3344.12
Hex9F428E03AB26137292c
Octal23710221607213464675154
Binary1001111110000101000111001110101011100110100110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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