Html Css Color HEX #88607B Strikemaster

📋 copy color: '#88607B'

red 136 ◦ green 96 ◦ blue 123

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

Shades of Strikemaster #88607B

Tints of Strikemaster #88607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 38.31%
G = 27.04%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88607B (or 0x88607B) is known color: Strikemaster. HEX triplet: 88, 60 and 7B. RGB value is (136,96,123). Sum of RGB (Red+Green+Blue) = 136+96+123=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #88607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88607B is #779F84. Grayscale: #6E6E6E. Windows color (decimal): -7839621 or 8085640. OLE color: 8085640.

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

Color convert

RGB 136 96 123 -
CMYK 0 0.29 0.10 0.47
HSL 319.5º 0.17% 0.45% -
HSV(B) 319.5º 0.29% 0.53% -
XYZ 17.91 15.03 20.7 -
YUV 111.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 136 96 123 0 0.29 0.10 0.47 319.5 0.17 0.45
Hex 88 60 7B 0 1D A 2F 140 11 2D
Octal 210 140 173 0 35 12 57 500 21 55
Binary 10001000 1100000 1111011 0 11101 1010 101111 101000000 10001 101101

Color Harmonies of #88607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88607B

Black with #88607B

Text Example


Text Example

White with #88607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88607B; }

 p { color: rgb(136,96,123); }

 H1.HeaderClassName
 {
   color: #88607B;
 }
 .AnyTagClassName
 {
   color: #88607B;
 }
</style>

background-color css

<style>
 a { background-color: #88607B; }

 a { background-color: rgb(136,96,123); }

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

border-color css

<style>
 span { border-color: #88607B; }

 span { border-color: rgb(136,96,123); }

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