#9C429E

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

Shades of Violet Blue #9C429E

Tints of Violet Blue #9C429E

Color information

#9C429E (or 0x9C429E) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 9E. RGB value is (156,66,158). Sum of RGB (Red+Green+Blue) = 156+66+158=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C429E is #63BD61. Grayscale: #676767. Windows color (decimal): -6536546 or 10371740. OLE color: 10371740.

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

Color convert

RGB15666158-
CMYK0.010.5800.38
HSL298.7º41.07%43.92%-
HSV(B)298.7º58.23%61.96%-
XYZ21.8313.4333.79-
YUV103.4158.82165.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=41.05%
G=17.37%
B=41.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156661580.010.5800.38298.741.0743.92
Hex9C429E13A02612b292c
Octal2341022361720464535154
Binary1001110010000101001111011110100100110100101011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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