Html Css Color HEX #8E6282 Strikemaster

📋 copy color: '#8E6282'

red 142 ◦ green 98 ◦ blue 130

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

Shades of Strikemaster #8E6282

Tints of Strikemaster #8E6282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 38.38%
G = 26.49%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E6282 (or 0x8E6282) is known color: Strikemaster. HEX triplet: 8E, 62 and 82. RGB value is (142,98,130). Sum of RGB (Red+Green+Blue) = 142+98+130=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6282 is #719D7D. Grayscale: #727272. Windows color (decimal): -7445886 or 8544910. OLE color: 8544910.

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

Color convert

RGB 142 98 130 -
CMYK 0 0.31 0.08 0.44
HSL 316.36º 0.18% 0.47% -
HSV(B) 316.36º 0.31% 0.56% -
XYZ 19.55 16.1 23.2 -
YUV 114.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 142 98 130 0 0.31 0.08 0.44 316.36 0.18 0.47
Hex 8E 62 82 0 1F 8 2C 13C 12 2F
Octal 216 142 202 0 37 10 54 474 22 57
Binary 10001110 1100010 10000010 0 11111 1000 101100 100111100 10010 101111

Color Harmonies of #8E6282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6282

Black with #8E6282

Text Example


Text Example

White with #8E6282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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