Html Css Color HEX #8E6184 Strikemaster

📋 copy color: '#8E6184'

red 142 ◦ green 97 ◦ blue 132

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

Shades of Strikemaster #8E6184

Tints of Strikemaster #8E6184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 38.27%
G = 26.15%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E6184 (or 0x8E6184) is known color: Strikemaster. HEX triplet: 8E, 61 and 84. RGB value is (142,97,132). Sum of RGB (Red+Green+Blue) = 142+97+132=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6184 is #719E7B. Grayscale: #727272. Windows color (decimal): -7446140 or 8675726. OLE color: 8675726.

HSL color Cylindrical-coordinate representation of color #8E6184: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6184 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 97 132 -
CMYK 0 0.32 0.07 0.44
HSL 313.33º 0.19% 0.47% -
HSV(B) 313.33º 0.32% 0.56% -
XYZ 19.59 15.97 23.88 -
YUV 114.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 142 97 132 0 0.32 0.07 0.44 313.33 0.19 0.47
Hex 8E 61 84 0 20 7 2C 139 13 2F
Octal 216 141 204 0 40 7 54 471 23 57
Binary 10001110 1100001 10000100 0 100000 111 101100 100111001 10011 101111

Color Harmonies of #8E6184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6184

Black with #8E6184

Text Example


Text Example

White with #8E6184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,97,132); }

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

background-color css

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

 a { background-color: rgb(142,97,132); }

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

border-color css

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

 span { border-color: rgb(142,97,132); }

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