Html Css Color HEX #925980 Strikemaster

📋 copy color: '#925980'

red 146 ◦ green 89 ◦ blue 128

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

Shades of Strikemaster #925980

Tints of Strikemaster #925980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 40.22%
G = 24.52%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#925980 (or 0x925980) is known color: Strikemaster. HEX triplet: 92, 59 and 80. RGB value is (146,89,128). Sum of RGB (Red+Green+Blue) = 146+89+128=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #925980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925980 is #6DA67F. Grayscale: #6E6E6E. Windows color (decimal): -7186048 or 8411538. OLE color: 8411538.

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

Color convert

RGB 146 89 128 -
CMYK 0 0.39 0.12 0.43
HSL 318.95º 0.24% 0.46% -
HSV(B) 318.95º 0.39% 0.57% -
XYZ 19.32 14.81 22.26 -
YUV 110.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 146 89 128 0 0.39 0.12 0.43 318.95 0.24 0.46
Hex 92 59 80 0 27 C 2B 13F 18 2E
Octal 222 131 200 0 47 14 53 477 30 56
Binary 10010010 1011001 10000000 0 100111 1100 101011 100111111 11000 101110

Color Harmonies of #925980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925980

Black with #925980

Text Example


Text Example

White with #925980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925980; }

 p { color: rgb(146,89,128); }

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

background-color css

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

 a { background-color: rgb(146,89,128); }

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

border-color css

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

 span { border-color: rgb(146,89,128); }

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