#9F548C

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

Shades of Violet Blue #9F548C

Tints of Violet Blue #9F548C

Color information

#9F548C (or 0x9F548C) is unknown color: approx Violet Blue. HEX triplet: 9F, 54 and 8C. RGB value is (159,84,140). Sum of RGB (Red+Green+Blue) = 159+84+140=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F548C is #60AB73. Grayscale: #707070. Windows color (decimal): -6335348 or 9196703. OLE color: 9196703.

HSL color Cylindrical-coordinate representation of color #9F548C: hue angle of 315.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F548C is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15984140-
CMYK00.470.120.38
HSL315.2º30.86%47.65%-
HSV(B)315.2º47.17%62.35%-
XYZ22.215.6126.65-
YUV112.81143.35160.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=41.51%
G=21.93%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598414000.470.120.38315.230.8647.65
Hex9F548C02FC2613b1f30
Octal23712421405714464733760
Binary100111111010100100011000101111110010011010011101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,140); }

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

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

 a { background-color: rgb(159,84,140); }

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

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

 span { border-color: rgb(159,84,140); }

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