#99527F

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

Shades of Strikemaster #99527F

Tints of Strikemaster #99527F

Color information

#99527F (or 0x99527F) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 7F. RGB value is (153,82,127). Sum of RGB (Red+Green+Blue) = 153+82+127=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99527F is #66AD80. Grayscale: #6C6C6C. Windows color (decimal): -6729089 or 8344217. OLE color: 8344217.

HSL color Cylindrical-coordinate representation of color #99527F: hue angle of 321.97º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99527F is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15382127-
CMYK00.460.170.4
HSL321.97º30.21%46.08%-
HSV(B)321.97º46.41%60%-
XYZ19.9814.3421.79-
YUV108.36138.52159.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 127 (50% from 255) = 35.08%
R=42.27%
G=22.65%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538212700.460.170.4321.9730.2146.08
Hex99527F02E11281421e2e
Octal23112217705621505023656
Binary100110011010010111111101011101000110100010100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99527F; }

 p { color: rgb(153,82,127); }

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

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

 a { background-color: rgb(153,82,127); }

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

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

 span { border-color: rgb(153,82,127); }

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