#9C418D

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

Shades of Violet Blue #9C418D

Tints of Violet Blue #9C418D

Color information

#9C418D (or 0x9C418D) is unknown color: approx Violet Blue. HEX triplet: 9C, 41 and 8D. RGB value is (156,65,141). Sum of RGB (Red+Green+Blue) = 156+65+141=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C418D is #63BE72. Grayscale: #646464. Windows color (decimal): -6536819 or 9257372. OLE color: 9257372.

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

Color convert

RGB15665141-
CMYK00.580.100.39
HSL309.89º41.18%43.33%-
HSV(B)309.89º58.33%61.18%-
XYZ20.4112.7726.59-
YUV100.87150.65167.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=43.09%
G=17.96%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566514100.580.100.39309.8941.1843.33
Hex9C418D03AA27136292b
Octal23410121507212474665153
Binary1001110010000011000110101110101010100111100110110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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