#9C429B

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

Shades of Violet Blue #9C429B

Tints of Violet Blue #9C429B

Color information

#9C429B (or 0x9C429B) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 9B. RGB value is (156,66,155). Sum of RGB (Red+Green+Blue) = 156+66+155=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C429B is #63BD64. Grayscale: #666666. Windows color (decimal): -6536549 or 10175132. OLE color: 10175132.

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

Color convert

RGB15666155-
CMYK00.580.010.39
HSL300.67º40.54%43.53%-
HSV(B)300.67º57.69%61.18%-
XYZ21.5713.3332.45-
YUV103.06157.32165.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=41.38%
G=17.51%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566615500.580.010.39300.6740.5443.53
Hex9C429B03A12712d292c
Octal2341022330721474555154
Binary1001110010000101001101101110101100111100101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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