Html Css Color HEX #8E6083 Strikemaster

📋 copy color: '#8E6083'

red 142 ◦ green 96 ◦ blue 131

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

Shades of Strikemaster #8E6083

Tints of Strikemaster #8E6083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 38.48%
G = 26.02%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E6083 (or 0x8E6083) is known color: Strikemaster. HEX triplet: 8E, 60 and 83. RGB value is (142,96,131). Sum of RGB (Red+Green+Blue) = 142+96+131=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6083 is #719F7C. Grayscale: #717171. Windows color (decimal): -7446397 or 8609934. OLE color: 8609934.

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

Color convert

RGB 142 96 131 -
CMYK 0 0.32 0.08 0.44
HSL 314.35º 0.19% 0.47% -
HSV(B) 314.35º 0.32% 0.56% -
XYZ 19.43 15.76 23.49 -
YUV 113.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 142 96 131 0 0.32 0.08 0.44 314.35 0.19 0.47
Hex 8E 60 83 0 20 8 2C 13A 13 2F
Octal 216 140 203 0 40 10 54 472 23 57
Binary 10001110 1100000 10000011 0 100000 1000 101100 100111010 10011 101111

Color Harmonies of #8E6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6083

Black with #8E6083

Text Example


Text Example

White with #8E6083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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