#9F5A8C

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

Shades of Strikemaster #9F5A8C

Tints of Strikemaster #9F5A8C

Color information

#9F5A8C (or 0x9F5A8C) is unknown color: approx Strikemaster. HEX triplet: 9F, 5A and 8C. RGB value is (159,90,140). Sum of RGB (Red+Green+Blue) = 159+90+140=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A8C is #60A573. Grayscale: #747474. Windows color (decimal): -6333812 or 9198239. OLE color: 9198239.

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

Color convert

RGB15990140-
CMYK00.430.120.38
HSL316.52º27.71%48.82%-
HSV(B)316.52º43.4%62.35%-
XYZ22.6916.5826.81-
YUV116.33141.36158.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=40.87%
G=23.14%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599014000.430.120.38316.5227.7148.82
Hex9F5A8C02BC2613d1c31
Octal23713221405314464753461
Binary100111111011010100011000101011110010011010011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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