#92527C

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

Shades of Strikemaster #92527C

Tints of Strikemaster #92527C

Color information

#92527C (or 0x92527C) is unknown color: approx Strikemaster. HEX triplet: 92, 52 and 7C. RGB value is (146,82,124). Sum of RGB (Red+Green+Blue) = 146+82+124=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92527C is #6DAD83. Grayscale: #696969. Windows color (decimal): -7187844 or 8147602. OLE color: 8147602.

HSL color Cylindrical-coordinate representation of color #92527C: hue angle of 320.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92527C is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14682124-
CMYK00.440.150.43
HSL320.62º28.07%44.71%-
HSV(B)320.62º43.84%57.25%-
XYZ18.5113.620.72-
YUV105.92138.2156.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=41.48%
G=23.30%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468212400.440.150.43320.6228.0744.71
Hex92527C02CF2B1411c2d
Octal22212217405417535013455
Binary10010010101001011111000101100111110101110100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92527C; }

 p { color: rgb(146,82,124); }

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

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

 a { background-color: rgb(146,82,124); }

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

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

 span { border-color: rgb(146,82,124); }

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