Html Css Color HEX #8E6379 Strikemaster

📋 copy color: '#8E6379'

red 142 ◦ green 99 ◦ blue 121

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

Shades of Strikemaster #8E6379

Tints of Strikemaster #8E6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 39.23%
G = 27.35%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E6379 (or 0x8E6379) is known color: Strikemaster. HEX triplet: 8E, 63 and 79. RGB value is (142,99,121). Sum of RGB (Red+Green+Blue) = 142+99+121=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6379 is #719C86. Grayscale: #727272. Windows color (decimal): -7445639 or 7955342. OLE color: 7955342.

HSL color Cylindrical-coordinate representation of color #8E6379: hue angle of 329.3º degrees, saturation: 0.18, 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 #8E6379 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 99 121 -
CMYK 0 0.30 0.15 0.44
HSL 329.3º 0.18% 0.47% -
HSV(B) 329.3º 0.3% 0.56% -
XYZ 19.07 16.05 20.18 -
YUV 114.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 142 99 121 0 0.30 0.15 0.44 329.3 0.18 0.47
Hex 8E 63 79 0 1E F 2C 149 12 2F
Octal 216 143 171 0 36 17 54 511 22 57
Binary 10001110 1100011 1111001 0 11110 1111 101100 101001001 10010 101111

Color Harmonies of #8E6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6379

Black with #8E6379

Text Example


Text Example

White with #8E6379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,99,121); }

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

background-color css

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

 a { background-color: rgb(142,99,121); }

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

border-color css

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

 span { border-color: rgb(142,99,121); }

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