Html Css Color HEX #8D637A Strikemaster

📋 copy color: '#8D637A'

red 141 ◦ green 99 ◦ blue 122

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

Shades of Strikemaster #8D637A

Tints of Strikemaster #8D637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 38.95%
G = 27.35%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D637A (or 0x8D637A) is known color: Strikemaster. HEX triplet: 8D, 63 and 7A. RGB value is (141,99,122). Sum of RGB (Red+Green+Blue) = 141+99+122=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D637A is #729C85. Grayscale: #727272. Windows color (decimal): -7511174 or 8020877. OLE color: 8020877.

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

Color convert

RGB 141 99 122 -
CMYK 0 0.30 0.13 0.45
HSL 327.14º 0.18% 0.47% -
HSV(B) 327.14º 0.3% 0.55% -
XYZ 18.96 15.99 20.5 -
YUV 114.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 141 99 122 0 0.30 0.13 0.45 327.14 0.18 0.47
Hex 8D 63 7A 0 1E D 2D 147 12 2F
Octal 215 143 172 0 36 15 55 507 22 57
Binary 10001101 1100011 1111010 0 11110 1101 101101 101000111 10010 101111

Color Harmonies of #8D637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D637A

Black with #8D637A

Text Example


Text Example

White with #8D637A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,99,122); }

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

background-color css

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

 a { background-color: rgb(141,99,122); }

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

border-color css

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

 span { border-color: rgb(141,99,122); }

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