Html Css Color HEX #8E5D7A Strikemaster

📋 copy color: '#8E5D7A'

red 142 ◦ green 93 ◦ blue 122

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

Shades of Strikemaster #8E5D7A

Tints of Strikemaster #8E5D7A

RGB

 RED value IS 142 (55.86% from 255) = 39.78%

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 39.78%
G = 26.05%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E5D7A (or 0x8E5D7A) is known color: Strikemaster. HEX triplet: 8E, 5D and 7A. RGB value is (142,93,122). Sum of RGB (Red+Green+Blue) = 142+93+122=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5D7A is #71A285. Grayscale: #6E6E6E. Windows color (decimal): -7447174 or 8019342. OLE color: 8019342.

HSL color Cylindrical-coordinate representation of color #8E5D7A: hue angle of 324.49º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E5D7A is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 93 122 -
CMYK 0 0.35 0.14 0.44
HSL 324.49º 0.21% 0.46% -
HSV(B) 324.49º 0.35% 0.56% -
XYZ 18.58 14.98 20.33 -
YUV 110.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 142 93 122 0 0.35 0.14 0.44 324.49 0.21 0.46
Hex 8E 5D 7A 0 23 E 2C 144 15 2E
Octal 216 135 172 0 43 16 54 504 25 56
Binary 10001110 1011101 1111010 0 100011 1110 101100 101000100 10101 101110

Color Harmonies of #8E5D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5D7A

Black with #8E5D7A

Text Example


Text Example

White with #8E5D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,93,122); }

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

background-color css

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

 a { background-color: rgb(142,93,122); }

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

border-color css

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

 span { border-color: rgb(142,93,122); }

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