Html Css Color HEX #8E6482 Strikemaster

📋 copy color: '#8E6482'

red 142 ◦ green 100 ◦ blue 130

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

Shades of Strikemaster #8E6482

Tints of Strikemaster #8E6482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 38.17%
G = 26.88%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E6482 (or 0x8E6482) is known color: Strikemaster. HEX triplet: 8E, 64 and 82. RGB value is (142,100,130). Sum of RGB (Red+Green+Blue) = 142+100+130=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6482 is #719B7D. Grayscale: #737373. Windows color (decimal): -7445374 or 8545422. OLE color: 8545422.

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

Color convert

RGB 142 100 130 -
CMYK 0 0.30 0.08 0.44
HSL 317.14º 0.17% 0.47% -
HSV(B) 317.14º 0.3% 0.56% -
XYZ 19.74 16.48 23.26 -
YUV 115.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 142 100 130 0 0.30 0.08 0.44 317.14 0.17 0.47
Hex 8E 64 82 0 1E 8 2C 13D 11 2F
Octal 216 144 202 0 36 10 54 475 21 57
Binary 10001110 1100100 10000010 0 11110 1000 101100 100111101 10001 101111

Color Harmonies of #8E6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6482

Black with #8E6482

Text Example


Text Example

White with #8E6482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,100,130); }

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

background-color css

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

 a { background-color: rgb(142,100,130); }

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

border-color css

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

 span { border-color: rgb(142,100,130); }

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