Html Css Color HEX #925E85 Strikemaster

📋 copy color: '#925E85'

red 146 ◦ green 94 ◦ blue 133

#925E85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #925E85

Tints of Strikemaster #925E85

RGB

 RED value IS 146 (57.42% from 255) = 39.14%

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 39.14%
G = 25.2%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#925E85 (or 0x925E85) is known color: Strikemaster. HEX triplet: 92, 5E and 85. RGB value is (146,94,133). Sum of RGB (Red+Green+Blue) = 146+94+133=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #925E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925E85 is #6DA17A. Grayscale: #717171. Windows color (decimal): -7184763 or 8740498. OLE color: 8740498.

HSL color Cylindrical-coordinate representation of color #925E85: hue angle of 315º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E85 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 133 -
CMYK 0 0.36 0.09 0.43
HSL 315º 0.22% 0.47% -
HSV(B) 315º 0.36% 0.57% -
XYZ 20.09 15.81 24.18 -
YUV 113.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 146 94 133 0 0.36 0.09 0.43 315 0.22 0.47
Hex 92 5E 85 0 24 9 2B 13B 16 2F
Octal 222 136 205 0 44 11 53 473 26 57
Binary 10010010 1011110 10000101 0 100100 1001 101011 100111011 10110 101111

Color Harmonies of #925E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E85

Black with #925E85

Text Example


Text Example

White with #925E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,94,133); }

 H1.HeaderClassName
 {
   color: #925E85;
 }
 .AnyTagClassName
 {
   color: #925E85;
 }
</style>

background-color css

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

 a { background-color: rgb(146,94,133); }

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

border-color css

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

 span { border-color: rgb(146,94,133); }

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