Html Css Color HEX #88617C Strikemaster

📋 copy color: '#88617C'

red 136 ◦ green 97 ◦ blue 124

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

Shades of Strikemaster #88617C

Tints of Strikemaster #88617C

RGB

 RED value IS 136 (53.52% from 255) = 38.1%

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 38.1%
G = 27.17%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88617C (or 0x88617C) is known color: Strikemaster. HEX triplet: 88, 61 and 7C. RGB value is (136,97,124). Sum of RGB (Red+Green+Blue) = 136+97+124=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88617C is #779E83. Grayscale: #6F6F6F. Windows color (decimal): -7839364 or 8151432. OLE color: 8151432.

HSL color Cylindrical-coordinate representation of color #88617C: hue angle of 318.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88617C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 97 124 -
CMYK 0 0.29 0.09 0.47
HSL 318.46º 0.17% 0.46% -
HSV(B) 318.46º 0.29% 0.53% -
XYZ 18.07 15.24 21.06 -
YUV 111.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 136 97 124 0 0.29 0.09 0.47 318.46 0.17 0.46
Hex 88 61 7C 0 1D 9 2F 13E 11 2E
Octal 210 141 174 0 35 11 57 476 21 56
Binary 10001000 1100001 1111100 0 11101 1001 101111 100111110 10001 101110

Color Harmonies of #88617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88617C

Black with #88617C

Text Example


Text Example

White with #88617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88617C; }

 p { color: rgb(136,97,124); }

 H1.HeaderClassName
 {
   color: #88617C;
 }
 .AnyTagClassName
 {
   color: #88617C;
 }
</style>

background-color css

<style>
 a { background-color: #88617C; }

 a { background-color: rgb(136,97,124); }

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

border-color css

<style>
 span { border-color: #88617C; }

 span { border-color: rgb(136,97,124); }

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