#9C4E9B

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

Shades of Violet Blue #9C4E9B

Tints of Violet Blue #9C4E9B

Color information

#9C4E9B (or 0x9C4E9B) is unknown color: approx Violet Blue. HEX triplet: 9C, 4E and 9B. RGB value is (156,78,155). Sum of RGB (Red+Green+Blue) = 156+78+155=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E9B is #63B164. Grayscale: #6D6D6D. Windows color (decimal): -6533477 or 10178204. OLE color: 10178204.

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

Color convert

RGB15678155-
CMYK00.50.010.39
HSL300.77º33.33%45.88%-
HSV(B)300.77º50%61.18%-
XYZ22.3514.8832.71-
YUV110.1153.34160.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 78 (30.86% from 255) = 20.05%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=40.10%
G=20.05%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567815500.50.010.39300.7733.3345.88
Hex9C4E9B03212712d212e
Octal2341162330621474554156
Binary1001110010011101001101101100101100111100101101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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