#955077

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

Shades of Strikemaster #955077

Tints of Strikemaster #955077

Color information

#955077 (or 0x955077) is unknown color: approx Strikemaster. HEX triplet: 95, 50 and 77. RGB value is (149,80,119). Sum of RGB (Red+Green+Blue) = 149+80+119=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955077 is #6AAF88. Grayscale: #686868. Windows color (decimal): -6991753 or 7819413. OLE color: 7819413.

HSL color Cylindrical-coordinate representation of color #955077: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955077 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14980119-
CMYK00.460.200.42
HSL326.09º30.13%44.9%-
HSV(B)326.09º46.31%58.43%-
XYZ18.5913.4619.07-
YUV105.08135.86159.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=42.82%
G=22.99%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498011900.460.200.42326.0930.1344.9
Hex95507702E142A1461e2d
Octal22512016705624525063655
Binary100101011010000111011101011101010010101010100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955077; }

 p { color: rgb(149,80,119); }

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

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

 a { background-color: rgb(149,80,119); }

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

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

 span { border-color: rgb(149,80,119); }

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