Html Css Color HEX #8A627A Strikemaster

📋 copy color: '#8A627A'

red 138 ◦ green 98 ◦ blue 122

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

Shades of Strikemaster #8A627A

Tints of Strikemaster #8A627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

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

R = 38.55%
G = 27.37%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A627A (or 0x8A627A) is known color: Strikemaster. HEX triplet: 8A, 62 and 7A. RGB value is (138,98,122). Sum of RGB (Red+Green+Blue) = 138+98+122=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A627A is #759D85. Grayscale: #707070. Windows color (decimal): -7708038 or 8020618. OLE color: 8020618.

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

Color convert

RGB 138 98 122 -
CMYK 0 0.29 0.12 0.46
HSL 324º 0.17% 0.46% -
HSV(B) 324º 0.29% 0.54% -
XYZ 18.36 15.54 20.44 -
YUV 112.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 138 98 122 0 0.29 0.12 0.46 324 0.17 0.46
Hex 8A 62 7A 0 1D C 2E 144 11 2E
Octal 212 142 172 0 35 14 56 504 21 56
Binary 10001010 1100010 1111010 0 11101 1100 101110 101000100 10001 101110

Color Harmonies of #8A627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A627A

Black with #8A627A

Text Example


Text Example

White with #8A627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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