#9C428D

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

Shades of Violet Blue #9C428D

Tints of Violet Blue #9C428D

Color information

#9C428D (or 0x9C428D) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 8D. RGB value is (156,66,141). Sum of RGB (Red+Green+Blue) = 156+66+141=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C428D is #63BD72. Grayscale: #656565. Windows color (decimal): -6536563 or 9257628. OLE color: 9257628.

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

Color convert

RGB15666141-
CMYK00.580.100.39
HSL310º40.54%43.53%-
HSV(B)310º57.69%61.18%-
XYZ20.4712.8926.61-
YUV101.46150.32166.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=42.98%
G=18.18%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566614100.580.100.3931040.5443.53
Hex9C428D03AA27136292c
Octal23410221507212474665154
Binary1001110010000101000110101110101010100111100110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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