Html Css Color HEX #8A7082 Strikemaster

📋 copy color: '#8A7082'

red 138 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #8A7082

Tints of Strikemaster #8A7082

RGB

 RED value IS 138 (54.3% from 255) = 36.32%

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 36.32%
G = 29.47%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#8A7082 (or 0x8A7082) is known color: Strikemaster. HEX triplet: 8A, 70 and 82. RGB value is (138,112,130). Sum of RGB (Red+Green+Blue) = 138+112+130=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7082 is #758F7D. Grayscale: #797979. Windows color (decimal): -7704446 or 8548490. OLE color: 8548490.

HSL color Cylindrical-coordinate representation of color #8A7082: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7082 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 112 130 -
CMYK 0 0.19 0.06 0.46
HSL 318.46º 0.1% 0.49% -
HSV(B) 318.46º 0.19% 0.54% -
XYZ 20.3 18.6 23.64 -
YUV 121.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 138 112 130 0 0.19 0.06 0.46 318.46 0.1 0.49
Hex 8A 70 82 0 13 6 2E 13E A 31
Octal 212 160 202 0 23 6 56 476 12 61
Binary 10001010 1110000 10000010 0 10011 110 101110 100111110 1010 110001

Color Harmonies of #8A7082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7082

Black with #8A7082

Text Example


Text Example

White with #8A7082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,130); }

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

background-color css

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

 a { background-color: rgb(138,112,130); }

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

border-color css

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

 span { border-color: rgb(138,112,130); }

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