Html Css Color HEX #8A627F Strikemaster

📋 copy color: '#8A627F'

red 138 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #8A627F

Tints of Strikemaster #8A627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 38.02%
G = 27%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A627F (or 0x8A627F) is known color: Strikemaster. HEX triplet: 8A, 62 and 7F. RGB value is (138,98,127). Sum of RGB (Red+Green+Blue) = 138+98+127=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A627F is #759D80. Grayscale: #717171. Windows color (decimal): -7708033 or 8348298. OLE color: 8348298.

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

Color convert

RGB 138 98 127 -
CMYK 0 0.29 0.08 0.46
HSL 316.5º 0.17% 0.46% -
HSV(B) 316.5º 0.29% 0.54% -
XYZ 18.68 15.67 22.12 -
YUV 113.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 138 98 127 0 0.29 0.08 0.46 316.5 0.17 0.46
Hex 8A 62 7F 0 1D 8 2E 13C 11 2E
Octal 212 142 177 0 35 10 56 474 21 56
Binary 10001010 1100010 1111111 0 11101 1000 101110 100111100 10001 101110

Color Harmonies of #8A627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A627F

Black with #8A627F

Text Example


Text Example

White with #8A627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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