#9C428E

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

Shades of Violet Blue #9C428E

Tints of Violet Blue #9C428E

Color information

#9C428E (or 0x9C428E) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 8E. RGB value is (156,66,142). Sum of RGB (Red+Green+Blue) = 156+66+142=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C428E is #63BD71. Grayscale: #656565. Windows color (decimal): -6536562 or 9323164. OLE color: 9323164.

HSL color Cylindrical-coordinate representation of color #9C428E: hue angle of 309.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C428E is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB15666142-
CMYK00.580.090.39
HSL309.33º40.54%43.53%-
HSV(B)309.33º57.69%61.18%-
XYZ20.5412.9227-
YUV101.57150.82166.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=42.86%
G=18.13%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566614200.580.090.39309.3340.5443.53
Hex9C428E03A927135292c
Octal23410221607211474655154
Binary1001110010000101000111001110101001100111100110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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