Html Css Color HEX #99587C Strikemaster

📋 copy color: '#99587C'

red 153 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #99587C

Tints of Strikemaster #99587C

RGB

 RED value IS 153 (60.16% from 255) = 41.92%

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

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

R = 41.92%
G = 24.11%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99587C (or 0x99587C) is known color: Strikemaster. HEX triplet: 99, 58 and 7C. RGB value is (153,88,124). Sum of RGB (Red+Green+Blue) = 153+88+124=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99587C is #66A783. Grayscale: #6F6F6F. Windows color (decimal): -6727556 or 8149145. OLE color: 8149145.

HSL color Cylindrical-coordinate representation of color #99587C: hue angle of 326.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99587C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 124 -
CMYK 0 0.42 0.19 0.4
HSL 326.77º 0.27% 0.47% -
HSV(B) 326.77º 0.42% 0.6% -
XYZ 20.26 15.21 20.94 -
YUV 111.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 153 88 124 0 0.42 0.19 0.4 326.77 0.27 0.47
Hex 99 58 7C 0 2A 13 28 147 1B 2F
Octal 231 130 174 0 52 23 50 507 33 57
Binary 10011001 1011000 1111100 0 101010 10011 101000 101000111 11011 101111

Color Harmonies of #99587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99587C

Black with #99587C

Text Example


Text Example

White with #99587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,88,124); }

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

background-color css

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

 a { background-color: rgb(153,88,124); }

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

border-color css

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

 span { border-color: rgb(153,88,124); }

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