Html Css Color HEX #915D7D Strikemaster

📋 copy color: '#915D7D'

red 145 ◦ green 93 ◦ blue 125

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

Shades of Strikemaster #915D7D

Tints of Strikemaster #915D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 39.94%
G = 25.62%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#915D7D (or 0x915D7D) is known color: Strikemaster. HEX triplet: 91, 5D and 7D. RGB value is (145,93,125). Sum of RGB (Red+Green+Blue) = 145+93+125=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D7D is #6EA282. Grayscale: #707070. Windows color (decimal): -7250563 or 8215953. OLE color: 8215953.

HSL color Cylindrical-coordinate representation of color #915D7D: hue angle of 323.08º 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 #915D7D is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 93 125 -
CMYK 0 0.36 0.14 0.43
HSL 323.08º 0.22% 0.47% -
HSV(B) 323.08º 0.36% 0.57% -
XYZ 19.29 15.33 21.34 -
YUV 112.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 145 93 125 0 0.36 0.14 0.43 323.08 0.22 0.47
Hex 91 5D 7D 0 24 E 2B 143 16 2F
Octal 221 135 175 0 44 16 53 503 26 57
Binary 10010001 1011101 1111101 0 100100 1110 101011 101000011 10110 101111

Color Harmonies of #915D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D7D

Black with #915D7D

Text Example


Text Example

White with #915D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,93,125); }

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

background-color css

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

 a { background-color: rgb(145,93,125); }

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

border-color css

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

 span { border-color: rgb(145,93,125); }

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