#9C419C

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

Shades of Violet Blue #9C419C

Tints of Violet Blue #9C419C

Color information

#9C419C (or 0x9C419C) is unknown color: approx Violet Blue. HEX triplet: 9C, 41 and 9C. RGB value is (156,65,156). Sum of RGB (Red+Green+Blue) = 156+65+156=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C419C is #63BE63. Grayscale: #666666. Windows color (decimal): -6536804 or 10240412. OLE color: 10240412.

HSL color Cylindrical-coordinate representation of color #9C419C: hue angle of 300º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C419C is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15665156-
CMYK00.5800.39
HSL300º41.18%43.33%-
HSV(B)300º58.33%61.18%-
XYZ21.613.2532.87-
YUV102.58158.15166.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=41.38%
G=17.24%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566515600.5800.3930041.1843.33
Hex9C419C03A02712c292b
Octal2341012340720474545153
Binary1001110010000011001110001110100100111100101100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,65,156); }

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

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

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

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

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

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

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