#9D428E

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

Shades of Violet Blue #9D428E

Tints of Violet Blue #9D428E

Color information

#9D428E (or 0x9D428E) is unknown color: approx Violet Blue. HEX triplet: 9D, 42 and 8E. RGB value is (157,66,142). Sum of RGB (Red+Green+Blue) = 157+66+142=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D428E is #62BD71. Grayscale: #656565. Windows color (decimal): -6471026 or 9323165. OLE color: 9323165.

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

Color convert

RGB15766142-
CMYK00.580.100.38
HSL309.89º40.81%43.73%-
HSV(B)309.89º57.96%61.57%-
XYZ20.7413.0227.01-
YUV101.87150.65167.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=43.01%
G=18.08%
B=38.90%

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
Decimal1576614200.580.100.38309.8940.8143.73
Hex9D428E03AA26136292c
Octal23510221607212464665154
Binary1001110110000101000111001110101010100110100110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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