#9A588F

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

Shades of Violet Blue #9A588F

Tints of Violet Blue #9A588F

Color information

#9A588F (or 0x9A588F) is unknown color: approx Violet Blue. HEX triplet: 9A, 58 and 8F. RGB value is (154,88,143). Sum of RGB (Red+Green+Blue) = 154+88+143=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 154 - color contains mainly: red. Hex color #9A588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A588F is #65A770. Grayscale: #717171. Windows color (decimal): -6662001 or 9394330. OLE color: 9394330.

HSL color Cylindrical-coordinate representation of color #9A588F: hue angle of 310º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A588F is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15488143-
CMYK00.430.070.40
HSL310º27.27%47.45%-
HSV(B)310º42.86%60.39%-
XYZ21.7715.8327.89-
YUV114144.37156.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=40%
G=22.86%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548814300.430.070.4031027.2747.45
Hex9A588F02B7281361b2f
Octal2321302170537504663357
Binary10011010101100010001111010101111110100010011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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