#9C4E8C

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

Shades of Violet Blue #9C4E8C

Tints of Violet Blue #9C4E8C

Color information

#9C4E8C (or 0x9C4E8C) is unknown color: approx Violet Blue. HEX triplet: 9C, 4E and 8C. RGB value is (156,78,140). Sum of RGB (Red+Green+Blue) = 156+78+140=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E8C is #63B173. Grayscale: #6C6C6C. Windows color (decimal): -6533492 or 9195164. OLE color: 9195164.

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

Color convert

RGB15678140-
CMYK00.50.100.39
HSL312.31º33.33%45.88%-
HSV(B)312.31º50%61.18%-
XYZ21.1714.4126.48-
YUV108.39145.84161.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=41.71%
G=20.86%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567814000.50.100.39312.3133.3345.88
Hex9C4E8C032A27138212e
Octal23411621406212474704156
Binary1001110010011101000110001100101010100111100111000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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