Html Css Color HEX #8A5B7C Strikemaster

📋 copy color: '#8A5B7C'

red 138 ◦ green 91 ◦ blue 124

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

Shades of Strikemaster #8A5B7C

Tints of Strikemaster #8A5B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 39.09%
G = 25.78%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A5B7C (or 0x8A5B7C) is known color: Strikemaster. HEX triplet: 8A, 5B and 7C. RGB value is (138,91,124). Sum of RGB (Red+Green+Blue) = 138+91+124=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B7C is #75A483. Grayscale: #6C6C6C. Windows color (decimal): -7709828 or 8149898. OLE color: 8149898.

HSL color Cylindrical-coordinate representation of color #8A5B7C: hue angle of 317.87º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A5B7C is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 91 124 -
CMYK 0 0.34 0.10 0.46
HSL 317.87º 0.21% 0.45% -
HSV(B) 317.87º 0.34% 0.54% -
XYZ 17.86 14.34 20.9 -
YUV 108.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 138 91 124 0 0.34 0.10 0.46 317.87 0.21 0.45
Hex 8A 5B 7C 0 22 A 2E 13E 15 2D
Octal 212 133 174 0 42 12 56 476 25 55
Binary 10001010 1011011 1111100 0 100010 1010 101110 100111110 10101 101101

Color Harmonies of #8A5B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B7C

Black with #8A5B7C

Text Example


Text Example

White with #8A5B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,91,124); }

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

background-color css

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

 a { background-color: rgb(138,91,124); }

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

border-color css

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

 span { border-color: rgb(138,91,124); }

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