Html Css Color HEX #915C7C Strikemaster

📋 copy color: '#915C7C'

red 145 ◦ green 92 ◦ blue 124

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

Shades of Strikemaster #915C7C

Tints of Strikemaster #915C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 40.17%
G = 25.48%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#915C7C (or 0x915C7C) is known color: Strikemaster. HEX triplet: 91, 5C and 7C. RGB value is (145,92,124). Sum of RGB (Red+Green+Blue) = 145+92+124=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #915C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C7C is #6EA383. Grayscale: #6F6F6F. Windows color (decimal): -7250820 or 8150161. OLE color: 8150161.

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

Color convert

RGB 145 92 124 -
CMYK 0 0.37 0.14 0.43
HSL 323.77º 0.22% 0.46% -
HSV(B) 323.77º 0.37% 0.57% -
XYZ 19.14 15.13 20.98 -
YUV 111.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 145 92 124 0 0.37 0.14 0.43 323.77 0.22 0.46
Hex 91 5C 7C 0 25 E 2B 144 16 2E
Octal 221 134 174 0 45 16 53 504 26 56
Binary 10010001 1011100 1111100 0 100101 1110 101011 101000100 10110 101110

Color Harmonies of #915C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C7C

Black with #915C7C

Text Example


Text Example

White with #915C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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