#9C488B

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

Shades of Violet Blue #9C488B

Tints of Violet Blue #9C488B

Color information

#9C488B (or 0x9C488B) is unknown color: approx Violet Blue. HEX triplet: 9C, 48 and 8B. RGB value is (156,72,139). Sum of RGB (Red+Green+Blue) = 156+72+139=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C488B is #63B774. Grayscale: #686868. Windows color (decimal): -6535029 or 9128092. OLE color: 9128092.

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

Color convert

RGB15672139-
CMYK00.540.110.39
HSL312.14º36.84%44.71%-
HSV(B)312.14º53.85%61.18%-
XYZ20.6913.5725.95-
YUV104.75147.33164.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=42.51%
G=19.62%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567213900.540.110.39312.1436.8444.71
Hex9C488B036B27138252d
Octal23411021306613474704555
Binary1001110010010001000101101101101011100111100111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,72,139); }

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

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

 a { background-color: rgb(156,72,139); }

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

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

 span { border-color: rgb(156,72,139); }

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