Html Css Color HEX #915976 Strikemaster

📋 copy color: '#915976'

red 145 ◦ green 89 ◦ blue 118

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

Shades of Strikemaster #915976

Tints of Strikemaster #915976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 41.19%
G = 25.28%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#915976 (or 0x915976) is known color: Strikemaster. HEX triplet: 91, 59 and 76. RGB value is (145,89,118). Sum of RGB (Red+Green+Blue) = 145+89+118=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #915976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915976 is #6EA689. Grayscale: #6C6C6C. Windows color (decimal): -7251594 or 7756177. OLE color: 7756177.

HSL color Cylindrical-coordinate representation of color #915976: hue angle of 328.93º 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 #915976 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 118 -
CMYK 0 0.39 0.19 0.43
HSL 328.93º 0.24% 0.46% -
HSV(B) 328.93º 0.39% 0.57% -
XYZ 18.52 14.47 18.96 -
YUV 109.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 145 89 118 0 0.39 0.19 0.43 328.93 0.24 0.46
Hex 91 59 76 0 27 13 2B 149 18 2E
Octal 221 131 166 0 47 23 53 511 30 56
Binary 10010001 1011001 1110110 0 100111 10011 101011 101001001 11000 101110

Color Harmonies of #915976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915976

Black with #915976

Text Example


Text Example

White with #915976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915976; }

 p { color: rgb(145,89,118); }

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

background-color css

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

 a { background-color: rgb(145,89,118); }

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

border-color css

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

 span { border-color: rgb(145,89,118); }

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