Html Css Color HEX #8D7385 Strikemaster

📋 copy color: '#8D7385'

red 141 ◦ green 115 ◦ blue 133

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

Shades of Strikemaster #8D7385

Tints of Strikemaster #8D7385

RGB

 RED value IS 141 (55.47% from 255) = 36.25%

 GREEN value IS 115 (45.31% from 255) = 29.56%

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

R = 36.25%
G = 29.56%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8D7385 (or 0x8D7385) is known color: Strikemaster. HEX triplet: 8D, 73 and 85. RGB value is (141,115,133). Sum of RGB (Red+Green+Blue) = 141+115+133=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7385 is #728C7A. Grayscale: #7C7C7C. Windows color (decimal): -7507067 or 8745869. OLE color: 8745869.

HSL color Cylindrical-coordinate representation of color #8D7385: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7385 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 115 133 -
CMYK 0 0.18 0.06 0.45
HSL 318.46º 0.1% 0.5% -
HSV(B) 318.46º 0.18% 0.55% -
XYZ 21.35 19.62 24.85 -
YUV 124.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 141 115 133 0 0.18 0.06 0.45 318.46 0.1 0.5
Hex 8D 73 85 0 12 6 2D 13E A 32
Octal 215 163 205 0 22 6 55 476 12 62
Binary 10001101 1110011 10000101 0 10010 110 101101 100111110 1010 110010

Color Harmonies of #8D7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7385

Black with #8D7385

Text Example


Text Example

White with #8D7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7385; }

 p { color: rgb(141,115,133); }

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

background-color css

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

 a { background-color: rgb(141,115,133); }

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

border-color css

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

 span { border-color: rgb(141,115,133); }

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