Html Css Color HEX #8C5A7C Strikemaster

📋 copy color: '#8C5A7C'

red 140 ◦ green 90 ◦ blue 124

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

Shades of Strikemaster #8C5A7C

Tints of Strikemaster #8C5A7C

RGB

 RED value IS 140 (55.08% from 255) = 39.55%

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 39.55%
G = 25.42%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C5A7C (or 0x8C5A7C) is known color: Strikemaster. HEX triplet: 8C, 5A and 7C. RGB value is (140,90,124). Sum of RGB (Red+Green+Blue) = 140+90+124=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A7C is #73A583. Grayscale: #6C6C6C. Windows color (decimal): -7579012 or 8149644. OLE color: 8149644.

HSL color Cylindrical-coordinate representation of color #8C5A7C: hue angle of 319.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A7C is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 90 124 -
CMYK 0 0.36 0.11 0.45
HSL 319.2º 0.22% 0.45% -
HSV(B) 319.2º 0.36% 0.55% -
XYZ 18.11 14.34 20.88 -
YUV 108.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 140 90 124 0 0.36 0.11 0.45 319.2 0.22 0.45
Hex 8C 5A 7C 0 24 B 2D 13F 16 2D
Octal 214 132 174 0 44 13 55 477 26 55
Binary 10001100 1011010 1111100 0 100100 1011 101101 100111111 10110 101101

Color Harmonies of #8C5A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5A7C

Black with #8C5A7C

Text Example


Text Example

White with #8C5A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,90,124); }

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

background-color css

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

 a { background-color: rgb(140,90,124); }

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

border-color css

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

 span { border-color: rgb(140,90,124); }

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