Html Css Color HEX #915D85 Strikemaster

📋 copy color: '#915D85'

red 145 ◦ green 93 ◦ blue 133

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

Shades of Strikemaster #915D85

Tints of Strikemaster #915D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 39.08%
G = 25.07%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#915D85 (or 0x915D85) is known color: Strikemaster. HEX triplet: 91, 5D and 85. RGB value is (145,93,133). Sum of RGB (Red+Green+Blue) = 145+93+133=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #915D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915D85 is #6EA27A. Grayscale: #717171. Windows color (decimal): -7250555 or 8740241. OLE color: 8740241.

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

Color convert

RGB 145 93 133 -
CMYK 0 0.36 0.08 0.43
HSL 313.85º 0.22% 0.47% -
HSV(B) 313.85º 0.36% 0.57% -
XYZ 19.83 15.54 24.15 -
YUV 113.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 145 93 133 0 0.36 0.08 0.43 313.85 0.22 0.47
Hex 91 5D 85 0 24 8 2B 13A 16 2F
Octal 221 135 205 0 44 10 53 472 26 57
Binary 10010001 1011101 10000101 0 100100 1000 101011 100111010 10110 101111

Color Harmonies of #915D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D85

Black with #915D85

Text Example


Text Example

White with #915D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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