Html Css Color HEX #8A6B7A Strikemaster

📋 copy color: '#8A6B7A'

red 138 ◦ green 107 ◦ blue 122

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

Shades of Strikemaster #8A6B7A

Tints of Strikemaster #8A6B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 37.6%
G = 29.16%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A6B7A (or 0x8A6B7A) is known color: Strikemaster. HEX triplet: 8A, 6B and 7A. RGB value is (138,107,122). Sum of RGB (Red+Green+Blue) = 138+107+122=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B7A is #759485. Grayscale: #757575. Windows color (decimal): -7705734 or 8022922. OLE color: 8022922.

HSL color Cylindrical-coordinate representation of color #8A6B7A: hue angle of 330.97º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6B7A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 107 122 -
CMYK 0 0.22 0.12 0.46
HSL 330.97º 0.13% 0.48% -
HSV(B) 330.97º 0.22% 0.54% -
XYZ 19.25 17.32 20.74 -
YUV 117.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 138 107 122 0 0.22 0.12 0.46 330.97 0.13 0.48
Hex 8A 6B 7A 0 16 C 2E 14B D 30
Octal 212 153 172 0 26 14 56 513 15 60
Binary 10001010 1101011 1111010 0 10110 1100 101110 101001011 1101 110000

Color Harmonies of #8A6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6B7A

Black with #8A6B7A

Text Example


Text Example

White with #8A6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,107,122); }

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

background-color css

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

 a { background-color: rgb(138,107,122); }

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

border-color css

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

 span { border-color: rgb(138,107,122); }

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