#95477A

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

Shades of Strikemaster #95477A

Tints of Strikemaster #95477A

Color information

#95477A (or 0x95477A) is unknown color: approx Strikemaster. HEX triplet: 95, 47 and 7A. RGB value is (149,71,122). Sum of RGB (Red+Green+Blue) = 149+71+122=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95477A is #6AB885. Grayscale: #646464. Windows color (decimal): -6994054 or 8013717. OLE color: 8013717.

HSL color Cylindrical-coordinate representation of color #95477A: hue angle of 320.77º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95477A is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14971122-
CMYK00.520.180.42
HSL320.77º35.45%43.14%-
HSV(B)320.77º52.35%58.43%-
XYZ18.1612.319.83-
YUV100.14140.34162.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=43.57%
G=20.76%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497112200.520.180.42320.7735.4543.14
Hex95477A034122A141232b
Octal22510717206422525014353
Binary1001010110001111111010011010010010101010101000001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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