#925A7B

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

Shades of Strikemaster #925A7B

Tints of Strikemaster #925A7B

Color information

#925A7B (or 0x925A7B) is unknown color: approx Strikemaster. HEX triplet: 92, 5A and 7B. RGB value is (146,90,123). Sum of RGB (Red+Green+Blue) = 146+90+123=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #925A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A7B is #6DA584. Grayscale: #6E6E6E. Windows color (decimal): -7185797 or 8084114. OLE color: 8084114.

HSL color Cylindrical-coordinate representation of color #925A7B: hue angle of 324.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A7B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14690123-
CMYK00.380.160.43
HSL324.64º23.73%46.27%-
HSV(B)324.64º38.36%57.25%-
XYZ19.0914.8520.6-
YUV110.51135.05153.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=40.67%
G=25.07%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469012300.380.160.43324.6423.7346.27
Hex925A7B026102B145182e
Octal22213217304620535053056
Binary100100101011010111101101001101000010101110100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A7B; }

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

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

<style>
 a { background-color: #925A7B; }

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

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

<style>
 span { border-color: #925A7B; }

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

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