Html Css Color HEX #8A627D Strikemaster

📋 copy color: '#8A627D'

red 138 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #8A627D

Tints of Strikemaster #8A627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 38.23%
G = 27.15%
B = 34.63%

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

#8A627D (or 0x8A627D) is known color: Strikemaster. HEX triplet: 8A, 62 and 7D. RGB value is (138,98,125). Sum of RGB (Red+Green+Blue) = 138+98+125=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A627D is #759D82. Grayscale: #707070. Windows color (decimal): -7708035 or 8217226. OLE color: 8217226.

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

Color convert

RGB 138 98 125 -
CMYK 0 0.29 0.09 0.46
HSL 319.5º 0.17% 0.46% -
HSV(B) 319.5º 0.29% 0.54% -
XYZ 18.55 15.62 21.44 -
YUV 113.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 138 98 125 0 0.29 0.09 0.46 319.5 0.17 0.46
Hex 8A 62 7D 0 1D 9 2E 140 11 2E
Octal 212 142 175 0 35 11 56 500 21 56
Binary 10001010 1100010 1111101 0 11101 1001 101110 101000000 10001 101110

Color Harmonies of #8A627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A627D

Black with #8A627D

Text Example


Text Example

White with #8A627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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