#9C428A

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

Shades of Medium Red Violet #9C428A

Tints of Medium Red Violet #9C428A

Color information

#9C428A (or 0x9C428A) is unknown color: approx Medium Red Violet. HEX triplet: 9C, 42 and 8A. RGB value is (156,66,138). Sum of RGB (Red+Green+Blue) = 156+66+138=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C428A is #63BD75. Grayscale: #646464. Windows color (decimal): -6536566 or 9061020. OLE color: 9061020.

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

Color convert

RGB15666138-
CMYK00.580.120.39
HSL312º40.54%43.53%-
HSV(B)312º57.69%61.18%-
XYZ20.2512.825.45-
YUV101.12148.82167.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=43.33%
G=18.33%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566613800.580.120.3931240.5443.53
Hex9C428A03AC27138292c
Octal23410221207214474705154
Binary1001110010000101000101001110101100100111100111000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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