#9C408D

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

Shades of Violet Blue #9C408D

Tints of Violet Blue #9C408D

Color information

#9C408D (or 0x9C408D) is unknown color: approx Violet Blue. HEX triplet: 9C, 40 and 8D. RGB value is (156,64,141). Sum of RGB (Red+Green+Blue) = 156+64+141=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C408D is #63BF72. Grayscale: #646464. Windows color (decimal): -6537075 or 9257116. OLE color: 9257116.

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

Color convert

RGB15664141-
CMYK00.590.100.39
HSL309.78º41.82%43.14%-
HSV(B)309.78º58.97%61.18%-
XYZ20.3512.6626.57-
YUV100.29150.98167.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=43.21%
G=17.73%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566414100.590.100.39309.7841.8243.14
Hex9C408D03BA271362a2b
Octal23410021507312474665253
Binary1001110010000001000110101110111010100111100110110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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