#9B588F

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

Shades of Violet Blue #9B588F

Tints of Violet Blue #9B588F

Color information

#9B588F (or 0x9B588F) is unknown color: approx Violet Blue. HEX triplet: 9B, 58 and 8F. RGB value is (155,88,143). Sum of RGB (Red+Green+Blue) = 155+88+143=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B588F is #64A770. Grayscale: #727272. Windows color (decimal): -6596465 or 9394331. OLE color: 9394331.

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

Color convert

RGB15588143-
CMYK00.430.080.39
HSL310.75º27.57%47.65%-
HSV(B)310.75º43.23%60.78%-
XYZ21.9715.9327.9-
YUV114.3144.2157.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=40.16%
G=22.80%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558814300.430.080.39310.7527.5747.65
Hex9B588F02B8271371c30
Octal23313021705310474673460
Binary100110111011000100011110101011100010011110011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,143); }

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

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

 a { background-color: rgb(155,88,143); }

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

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

 span { border-color: rgb(155,88,143); }

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