#92507B

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

Shades of Strikemaster #92507B

Tints of Strikemaster #92507B

Color information

#92507B (or 0x92507B) is unknown color: approx Strikemaster. HEX triplet: 92, 50 and 7B. RGB value is (146,80,123). Sum of RGB (Red+Green+Blue) = 146+80+123=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #92507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92507B is #6DAF84. Grayscale: #686868. Windows color (decimal): -7188357 or 8081554. OLE color: 8081554.

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

Color convert

RGB14680123-
CMYK00.450.160.43
HSL320.91º29.2%44.31%-
HSV(B)320.91º45.21%57.25%-
XYZ18.313.2820.34-
YUV104.64138.37157.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=41.83%
G=22.92%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468012300.450.160.43320.9129.244.31
Hex92507B02D102B1411d2c
Octal22212017305520535013554
Binary100100101010000111101101011011000010101110100000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92507B; }

 p { color: rgb(146,80,123); }

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

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

 a { background-color: rgb(146,80,123); }

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

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

 span { border-color: rgb(146,80,123); }

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