#9C429F

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

Shades of Violet Blue #9C429F

Tints of Violet Blue #9C429F

Color information

#9C429F (or 0x9C429F) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 9F. RGB value is (156,66,159). Sum of RGB (Red+Green+Blue) = 156+66+159=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C429F is #63BD60. Grayscale: #676767. Windows color (decimal): -6536545 or 10437276. OLE color: 10437276.

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

Color convert

RGB15666159-
CMYK0.020.5800.38
HSL298.06º41.33%44.12%-
HSV(B)298.06º58.49%62.35%-
XYZ21.9213.4734.25-
YUV103.51159.32165.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=40.94%
G=17.32%
B=41.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156661590.020.5800.38298.0641.3344.12
Hex9C429F23A02612a292c
Octal2341022372720464525154
Binary10011100100001010011111101110100100110100101010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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