Html Css Color HEX #8A627E Strikemaster

📋 copy color: '#8A627E'

red 138 ◦ green 98 ◦ blue 126

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

Shades of Strikemaster #8A627E

Tints of Strikemaster #8A627E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 38.12%
G = 27.07%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A627E (or 0x8A627E) is known color: Strikemaster. HEX triplet: 8A, 62 and 7E. RGB value is (138,98,126). Sum of RGB (Red+Green+Blue) = 138+98+126=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A627E is #759D81. Grayscale: #717171. Windows color (decimal): -7708034 or 8282762. OLE color: 8282762.

HSL color Cylindrical-coordinate representation of color #8A627E: hue angle of 318º 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 #8A627E is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 98 126 -
CMYK 0 0.29 0.09 0.46
HSL 318º 0.17% 0.46% -
HSV(B) 318º 0.29% 0.54% -
XYZ 18.61 15.65 21.78 -
YUV 113.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 138 98 126 0 0.29 0.09 0.46 318 0.17 0.46
Hex 8A 62 7E 0 1D 9 2E 13E 11 2E
Octal 212 142 176 0 35 11 56 476 21 56
Binary 10001010 1100010 1111110 0 11101 1001 101110 100111110 10001 101110

Color Harmonies of #8A627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A627E

Black with #8A627E

Text Example


Text Example

White with #8A627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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