Html Css Color HEX #8E6080 Strikemaster

📋 copy color: '#8E6080'

red 142 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #8E6080

Tints of Strikemaster #8E6080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 38.8%
G = 26.23%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E6080 (or 0x8E6080) is known color: Strikemaster. HEX triplet: 8E, 60 and 80. RGB value is (142,96,128). Sum of RGB (Red+Green+Blue) = 142+96+128=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6080 is #719F7F. Grayscale: #717171. Windows color (decimal): -7446400 or 8413326. OLE color: 8413326.

HSL color Cylindrical-coordinate representation of color #8E6080: hue angle of 318.26º 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 #8E6080 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 128 -
CMYK 0 0.32 0.10 0.44
HSL 318.26º 0.19% 0.47% -
HSV(B) 318.26º 0.32% 0.56% -
XYZ 19.23 15.68 22.43 -
YUV 113.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 142 96 128 0 0.32 0.10 0.44 318.26 0.19 0.47
Hex 8E 60 80 0 20 A 2C 13E 13 2F
Octal 216 140 200 0 40 12 54 476 23 57
Binary 10001110 1100000 10000000 0 100000 1010 101100 100111110 10011 101111

Color Harmonies of #8E6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6080

Black with #8E6080

Text Example


Text Example

White with #8E6080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,128); }

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

background-color css

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

 a { background-color: rgb(142,96,128); }

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

border-color css

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

 span { border-color: rgb(142,96,128); }

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