Html Css Color HEX #915F7B Strikemaster

📋 copy color: '#915F7B'

red 145 ◦ green 95 ◦ blue 123

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

Shades of Strikemaster #915F7B

Tints of Strikemaster #915F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 39.94%
G = 26.17%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#915F7B (or 0x915F7B) is known color: Strikemaster. HEX triplet: 91, 5F and 7B. RGB value is (145,95,123). Sum of RGB (Red+Green+Blue) = 145+95+123=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F7B is #6EA084. Grayscale: #717171. Windows color (decimal): -7250053 or 8085393. OLE color: 8085393.

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

Color convert

RGB 145 95 123 -
CMYK 0 0.34 0.15 0.43
HSL 326.4º 0.21% 0.47% -
HSV(B) 326.4º 0.34% 0.57% -
XYZ 19.34 15.63 20.74 -
YUV 113.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 145 95 123 0 0.34 0.15 0.43 326.4 0.21 0.47
Hex 91 5F 7B 0 22 F 2B 146 15 2F
Octal 221 137 173 0 42 17 53 506 25 57
Binary 10010001 1011111 1111011 0 100010 1111 101011 101000110 10101 101111

Color Harmonies of #915F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915F7B

Black with #915F7B

Text Example


Text Example

White with #915F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,95,123); }

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

background-color css

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

 a { background-color: rgb(145,95,123); }

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

border-color css

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

 span { border-color: rgb(145,95,123); }

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