Html Css Color HEX #915E85 Strikemaster

📋 copy color: '#915E85'

red 145 ◦ green 94 ◦ blue 133

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

Shades of Strikemaster #915E85

Tints of Strikemaster #915E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.27%

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

R = 38.98%
G = 25.27%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#915E85 (or 0x915E85) is known color: Strikemaster. HEX triplet: 91, 5E and 85. RGB value is (145,94,133). Sum of RGB (Red+Green+Blue) = 145+94+133=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #915E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E85 is #6EA17A. Grayscale: #717171. Windows color (decimal): -7250299 or 8740497. OLE color: 8740497.

HSL color Cylindrical-coordinate representation of color #915E85: hue angle of 314.12º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E85 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 94 133 -
CMYK 0 0.35 0.08 0.43
HSL 314.12º 0.21% 0.47% -
HSV(B) 314.12º 0.35% 0.57% -
XYZ 19.91 15.72 24.17 -
YUV 113.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 145 94 133 0 0.35 0.08 0.43 314.12 0.21 0.47
Hex 91 5E 85 0 23 8 2B 13A 15 2F
Octal 221 136 205 0 43 10 53 472 25 57
Binary 10010001 1011110 10000101 0 100011 1000 101011 100111010 10101 101111

Color Harmonies of #915E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E85

Black with #915E85

Text Example


Text Example

White with #915E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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