Html Css Color HEX #8A637D Strikemaster

📋 copy color: '#8A637D'

red 138 ◦ green 99 ◦ blue 125

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

Shades of Strikemaster #8A637D

Tints of Strikemaster #8A637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 38.12%
G = 27.35%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A637D (or 0x8A637D) is known color: Strikemaster. HEX triplet: 8A, 63 and 7D. RGB value is (138,99,125). Sum of RGB (Red+Green+Blue) = 138+99+125=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A637D is #759C82. Grayscale: #717171. Windows color (decimal): -7707779 or 8217482. OLE color: 8217482.

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

Color convert

RGB 138 99 125 -
CMYK 0 0.28 0.09 0.46
HSL 320º 0.16% 0.46% -
HSV(B) 320º 0.28% 0.54% -
XYZ 18.64 15.81 21.47 -
YUV 113.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 138 99 125 0 0.28 0.09 0.46 320 0.16 0.46
Hex 8A 63 7D 0 1C 9 2E 140 10 2E
Octal 212 143 175 0 34 11 56 500 20 56
Binary 10001010 1100011 1111101 0 11100 1001 101110 101000000 10000 101110

Color Harmonies of #8A637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A637D

Black with #8A637D

Text Example


Text Example

White with #8A637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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