#9C419F

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

Shades of Violet Blue #9C419F

Tints of Violet Blue #9C419F

Color information

#9C419F (or 0x9C419F) is unknown color: approx Violet Blue. HEX triplet: 9C, 41 and 9F. RGB value is (156,65,159). Sum of RGB (Red+Green+Blue) = 156+65+159=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C419F is #63BE60. Grayscale: #666666. Windows color (decimal): -6536801 or 10437020. OLE color: 10437020.

HSL color Cylindrical-coordinate representation of color #9C419F: hue angle of 298.09º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C419F is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15665159-
CMYK0.020.5900.38
HSL298.09º41.96%43.92%-
HSV(B)298.09º59.12%62.35%-
XYZ21.8613.3534.23-
YUV102.93159.65165.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=41.05%
G=17.11%
B=41.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156651590.020.5900.38298.0941.9643.92
Hex9C419F23B02612a2a2c
Octal2341012372730464525254
Binary10011100100000110011111101110110100110100101010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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