Html Css Color HEX #8A5878 Strikemaster

📋 copy color: '#8A5878'

red 138 ◦ green 88 ◦ blue 120

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

Shades of Strikemaster #8A5878

Tints of Strikemaster #8A5878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

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

R = 39.88%
G = 25.43%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A5878 (or 0x8A5878) is known color: Strikemaster. HEX triplet: 8A, 58 and 78. RGB value is (138,88,120). Sum of RGB (Red+Green+Blue) = 138+88+120=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5878 is #75A787. Grayscale: #6A6A6A. Windows color (decimal): -7710600 or 7886986. OLE color: 7886986.

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

Color convert

RGB 138 88 120 -
CMYK 0 0.36 0.13 0.46
HSL 321.6º 0.22% 0.44% -
HSV(B) 321.6º 0.36% 0.54% -
XYZ 17.36 13.74 19.51 -
YUV 106.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 138 88 120 0 0.36 0.13 0.46 321.6 0.22 0.44
Hex 8A 58 78 0 24 D 2E 142 16 2C
Octal 212 130 170 0 44 15 56 502 26 54
Binary 10001010 1011000 1111000 0 100100 1101 101110 101000010 10110 101100

Color Harmonies of #8A5878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5878

Black with #8A5878

Text Example


Text Example

White with #8A5878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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