Html Css Color HEX #915C7E Strikemaster

📋 copy color: '#915C7E'

red 145 ◦ green 92 ◦ blue 126

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

Shades of Strikemaster #915C7E

Tints of Strikemaster #915C7E

RGB

 RED value IS 145 (57.03% from 255) = 39.94%

 GREEN value IS 92 (36.33% from 255) = 25.34%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 39.94%
G = 25.34%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#915C7E (or 0x915C7E) is known color: Strikemaster. HEX triplet: 91, 5C and 7E. RGB value is (145,92,126). Sum of RGB (Red+Green+Blue) = 145+92+126=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C7E is #6EA381. Grayscale: #6F6F6F. Windows color (decimal): -7250818 or 8281233. OLE color: 8281233.

HSL color Cylindrical-coordinate representation of color #915C7E: hue angle of 321.51º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915C7E is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 126 -
CMYK 0 0.37 0.13 0.43
HSL 321.51º 0.22% 0.46% -
HSV(B) 321.51º 0.37% 0.57% -
XYZ 19.27 15.18 21.65 -
YUV 111.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 145 92 126 0 0.37 0.13 0.43 321.51 0.22 0.46
Hex 91 5C 7E 0 25 D 2B 142 16 2E
Octal 221 134 176 0 45 15 53 502 26 56
Binary 10010001 1011100 1111110 0 100101 1101 101011 101000010 10110 101110

Color Harmonies of #915C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C7E

Black with #915C7E

Text Example


Text Example

White with #915C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915C7E; }

 p { color: rgb(145,92,126); }

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

background-color css

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

 a { background-color: rgb(145,92,126); }

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

border-color css

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

 span { border-color: rgb(145,92,126); }

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