#9C428B

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

Shades of Violet Blue #9C428B

Tints of Violet Blue #9C428B

Color information

#9C428B (or 0x9C428B) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 8B. RGB value is (156,66,139). Sum of RGB (Red+Green+Blue) = 156+66+139=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C428B is #63BD74. Grayscale: #656565. Windows color (decimal): -6536565 or 9126556. OLE color: 9126556.

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

Color convert

RGB15666139-
CMYK00.580.110.39
HSL311.33º40.54%43.53%-
HSV(B)311.33º57.69%61.18%-
XYZ20.3212.8325.83-
YUV101.23149.32167.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=43.21%
G=18.28%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566613900.580.110.39311.3340.5443.53
Hex9C428B03AB27137292c
Octal23410221307213474675154
Binary1001110010000101000101101110101011100111100110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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