#9C4E8F

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

Shades of Violet Blue #9C4E8F

Tints of Violet Blue #9C4E8F

Color information

#9C4E8F (or 0x9C4E8F) is unknown color: approx Violet Blue. HEX triplet: 9C, 4E and 8F. RGB value is (156,78,143). Sum of RGB (Red+Green+Blue) = 156+78+143=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E8F is #63B170. Grayscale: #6C6C6C. Windows color (decimal): -6533489 or 9391772. OLE color: 9391772.

HSL color Cylindrical-coordinate representation of color #9C4E8F: hue angle of 310º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E8F is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15678143-
CMYK00.50.080.39
HSL310º33.33%45.88%-
HSV(B)310º50%61.18%-
XYZ21.3914.527.66-
YUV108.73147.34161.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567814300.50.080.3931033.3345.88
Hex9C4E8F032827136212e
Octal23411621706210474664156
Binary1001110010011101000111101100101000100111100110110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,78,143); }

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

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

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

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

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

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

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