#995F83

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

Shades of Strikemaster #995F83

Tints of Strikemaster #995F83

Color information

#995F83 (or 0x995F83) is unknown color: approx Strikemaster. HEX triplet: 99, 5F and 83. RGB value is (153,95,131). Sum of RGB (Red+Green+Blue) = 153+95+131=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #995F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995F83 is #66A07C. Grayscale: #747474. Windows color (decimal): -6725757 or 8609689. OLE color: 8609689.

HSL color Cylindrical-coordinate representation of color #995F83: hue angle of 322.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F83 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15395131-
CMYK00.380.140.4
HSL322.76º23.39%48.63%-
HSV(B)322.76º37.91%60%-
XYZ21.3316.623.55-
YUV116.45136.22154.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=40.37%
G=25.07%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539513100.380.140.4322.7623.3948.63
Hex995F83026E281431731
Octal23113720304616505032761
Binary100110011011111100000110100110111010100010100001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995F83; }

 p { color: rgb(153,95,131); }

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

<style>
 a { background-color: #995F83; }

 a { background-color: rgb(153,95,131); }

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

<style>
 span { border-color: #995F83; }

 span { border-color: rgb(153,95,131); }

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