#9C588D

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

Shades of Violet Blue #9C588D

Tints of Violet Blue #9C588D

Color information

#9C588D (or 0x9C588D) is unknown color: approx Violet Blue. HEX triplet: 9C, 58 and 8D. RGB value is (156,88,141). Sum of RGB (Red+Green+Blue) = 156+88+141=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C588D is #63A772. Grayscale: #727272. Windows color (decimal): -6530931 or 9263260. OLE color: 9263260.

HSL color Cylindrical-coordinate representation of color #9C588D: hue angle of 313.24º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C588D is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15688141-
CMYK00.440.100.39
HSL313.24º27.87%47.84%-
HSV(B)313.24º43.59%61.18%-
XYZ22.0115.9727.12-
YUV114.37143.03157.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=40.52%
G=22.86%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568814100.440.100.39313.2427.8747.84
Hex9C588D02CA271391c30
Octal23413021505412474713460
Binary100111001011000100011010101100101010011110011100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,88,141); }

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

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

 a { background-color: rgb(156,88,141); }

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

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

 span { border-color: rgb(156,88,141); }

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