Html Css Color HEX #8E6A7B Strikemaster

📋 copy color: '#8E6A7B'

red 142 ◦ green 106 ◦ blue 123

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

Shades of Strikemaster #8E6A7B

Tints of Strikemaster #8E6A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 38.27%
G = 28.57%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E6A7B (or 0x8E6A7B) is known color: Strikemaster. HEX triplet: 8E, 6A and 7B. RGB value is (142,106,123). Sum of RGB (Red+Green+Blue) = 142+106+123=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A7B is #719584. Grayscale: #767676. Windows color (decimal): -7443845 or 8088206. OLE color: 8088206.

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

Color convert

RGB 142 106 123 -
CMYK 0 0.25 0.13 0.44
HSL 331.67º 0.15% 0.49% -
HSV(B) 331.67º 0.25% 0.56% -
XYZ 19.88 17.49 21.07 -
YUV 118.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 142 106 123 0 0.25 0.13 0.44 331.67 0.15 0.49
Hex 8E 6A 7B 0 19 D 2C 14C F 31
Octal 216 152 173 0 31 15 54 514 17 61
Binary 10001110 1101010 1111011 0 11001 1101 101100 101001100 1111 110001

Color Harmonies of #8E6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A7B

Black with #8E6A7B

Text Example


Text Example

White with #8E6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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