Html Css Color HEX #8C5875 Strikemaster

📋 copy color: '#8C5875'

red 140 ◦ green 88 ◦ blue 117

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

Shades of Strikemaster #8C5875

Tints of Strikemaster #8C5875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 40.58%
G = 25.51%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C5875 (or 0x8C5875) is known color: Strikemaster. HEX triplet: 8C, 58 and 75. RGB value is (140,88,117). Sum of RGB (Red+Green+Blue) = 140+88+117=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5875 is #73A78A. Grayscale: #6A6A6A. Windows color (decimal): -7579531 or 7690380. OLE color: 7690380.

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

Color convert

RGB 140 88 117 -
CMYK 0 0.37 0.16 0.45
HSL 326.54º 0.23% 0.45% -
HSV(B) 326.54º 0.37% 0.55% -
XYZ 17.52 13.84 18.58 -
YUV 106.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 140 88 117 0 0.37 0.16 0.45 326.54 0.23 0.45
Hex 8C 58 75 0 25 10 2D 147 17 2D
Octal 214 130 165 0 45 20 55 507 27 55
Binary 10001100 1011000 1110101 0 100101 10000 101101 101000111 10111 101101

Color Harmonies of #8C5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5875

Black with #8C5875

Text Example


Text Example

White with #8C5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,117); }

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

background-color css

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

 a { background-color: rgb(140,88,117); }

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

border-color css

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

 span { border-color: rgb(140,88,117); }

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