#9C4C8E

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

Shades of Violet Blue #9C4C8E

Tints of Violet Blue #9C4C8E

Color information

#9C4C8E (or 0x9C4C8E) is unknown color: approx Violet Blue. HEX triplet: 9C, 4C and 8E. RGB value is (156,76,142). Sum of RGB (Red+Green+Blue) = 156+76+142=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C8E is #63B371. Grayscale: #6B6B6B. Windows color (decimal): -6534002 or 9325724. OLE color: 9325724.

HSL color Cylindrical-coordinate representation of color #9C4C8E: hue angle of 310.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4C8E is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB15676142-
CMYK00.510.090.39
HSL310.5º34.48%45.49%-
HSV(B)310.5º51.28%61.18%-
XYZ21.1814.1927.21-
YUV107.44147.5162.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=41.71%
G=20.32%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567614200.510.090.39310.534.4845.49
Hex9C4C8E033927136222d
Octal23411421606311474664255
Binary1001110010011001000111001100111001100111100110110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,142); }

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

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

 a { background-color: rgb(156,76,142); }

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

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

 span { border-color: rgb(156,76,142); }

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