#95507A

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

Shades of Strikemaster #95507A

Tints of Strikemaster #95507A

Color information

#95507A (or 0x95507A) is unknown color: approx Strikemaster. HEX triplet: 95, 50 and 7A. RGB value is (149,80,122). Sum of RGB (Red+Green+Blue) = 149+80+122=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #95507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95507A is #6AAF85. Grayscale: #696969. Windows color (decimal): -6991750 or 8016021. OLE color: 8016021.

HSL color Cylindrical-coordinate representation of color #95507A: hue angle of 323.48º 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 #95507A is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14980122-
CMYK00.460.180.42
HSL323.48º30.13%44.9%-
HSV(B)323.48º46.31%58.43%-
XYZ18.7813.5320.03-
YUV105.42137.36159.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=42.45%
G=22.79%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498012200.460.180.42323.4830.1344.9
Hex95507A02E122A1431e2d
Octal22512017205622525033655
Binary100101011010000111101001011101001010101010100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95507A; }

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

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

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

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

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

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

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

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