#9F538C

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

Shades of Violet Blue #9F538C

Tints of Violet Blue #9F538C

Color information

#9F538C (or 0x9F538C) is unknown color: approx Violet Blue. HEX triplet: 9F, 53 and 8C. RGB value is (159,83,140). Sum of RGB (Red+Green+Blue) = 159+83+140=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F538C is #60AC73. Grayscale: #707070. Windows color (decimal): -6335604 or 9196447. OLE color: 9196447.

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

Color convert

RGB15983140-
CMYK00.480.120.38
HSL315º31.4%47.45%-
HSV(B)315º47.8%62.35%-
XYZ22.1215.4526.63-
YUV112.22143.68161.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=41.62%
G=21.73%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598314000.480.120.3831531.447.45
Hex9F538C030C2613b1f2f
Octal23712321406014464733757
Binary100111111010011100011000110000110010011010011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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