Html Css Color HEX #8D617B Strikemaster

📋 copy color: '#8D617B'

red 141 ◦ green 97 ◦ blue 123

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

Shades of Strikemaster #8D617B

Tints of Strikemaster #8D617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

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

R = 39.06%
G = 26.87%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D617B (or 0x8D617B) is known color: Strikemaster. HEX triplet: 8D, 61 and 7B. RGB value is (141,97,123). Sum of RGB (Red+Green+Blue) = 141+97+123=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D617B is #729E84. Grayscale: #717171. Windows color (decimal): -7511685 or 8085901. OLE color: 8085901.

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

Color convert

RGB 141 97 123 -
CMYK 0 0.31 0.13 0.45
HSL 324.55º 0.18% 0.47% -
HSV(B) 324.55º 0.31% 0.55% -
XYZ 18.83 15.64 20.77 -
YUV 113.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 141 97 123 0 0.31 0.13 0.45 324.55 0.18 0.47
Hex 8D 61 7B 0 1F D 2D 145 12 2F
Octal 215 141 173 0 37 15 55 505 22 57
Binary 10001101 1100001 1111011 0 11111 1101 101101 101000101 10010 101111

Color Harmonies of #8D617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D617B

Black with #8D617B

Text Example


Text Example

White with #8D617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,97,123); }

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

background-color css

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

 a { background-color: rgb(141,97,123); }

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

border-color css

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

 span { border-color: rgb(141,97,123); }

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