Html Css Color HEX #8A5278 Strikemaster

📋 copy color: '#8A5278'

red 138 ◦ green 82 ◦ blue 120

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

Shades of Strikemaster #8A5278

Tints of Strikemaster #8A5278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 40.59%
G = 24.12%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A5278 (or 0x8A5278) is known color: Strikemaster. HEX triplet: 8A, 52 and 78. RGB value is (138,82,120). Sum of RGB (Red+Green+Blue) = 138+82+120=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5278 is #75AD87. Grayscale: #666666. Windows color (decimal): -7712136 or 7885450. OLE color: 7885450.

HSL color Cylindrical-coordinate representation of color #8A5278: hue angle of 319.29º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5278 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 82 120 -
CMYK 0 0.41 0.13 0.46
HSL 319.29º 0.25% 0.43% -
HSV(B) 319.29º 0.41% 0.54% -
XYZ 16.89 12.79 19.35 -
YUV 103.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 138 82 120 0 0.41 0.13 0.46 319.29 0.25 0.43
Hex 8A 52 78 0 29 D 2E 13F 19 2B
Octal 212 122 170 0 51 15 56 477 31 53
Binary 10001010 1010010 1111000 0 101001 1101 101110 100111111 11001 101011

Color Harmonies of #8A5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5278

Black with #8A5278

Text Example


Text Example

White with #8A5278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,82,120); }

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

background-color css

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

 a { background-color: rgb(138,82,120); }

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

border-color css

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

 span { border-color: rgb(138,82,120); }

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