Html Css Color HEX #8E6A83 Strikemaster

📋 copy color: '#8E6A83'

red 142 ◦ green 106 ◦ blue 131

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

Shades of Strikemaster #8E6A83

Tints of Strikemaster #8E6A83

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 37.47%
G = 27.97%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E6A83 (or 0x8E6A83) is known color: Strikemaster. HEX triplet: 8E, 6A and 83. RGB value is (142,106,131). Sum of RGB (Red+Green+Blue) = 142+106+131=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6A83 is #71957C. Grayscale: #777777. Windows color (decimal): -7443837 or 8612494. OLE color: 8612494.

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

Color convert

RGB 142 106 131 -
CMYK 0 0.25 0.08 0.44
HSL 318.33º 0.15% 0.49% -
HSV(B) 318.33º 0.25% 0.56% -
XYZ 20.41 17.7 23.81 -
YUV 119.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 142 106 131 0 0.25 0.08 0.44 318.33 0.15 0.49
Hex 8E 6A 83 0 19 8 2C 13E F 31
Octal 216 152 203 0 31 10 54 476 17 61
Binary 10001110 1101010 10000011 0 11001 1000 101100 100111110 1111 110001

Color Harmonies of #8E6A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A83

Black with #8E6A83

Text Example


Text Example

White with #8E6A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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