Html Css Color HEX #99587F Strikemaster

📋 copy color: '#99587F'

red 153 ◦ green 88 ◦ blue 127

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

Shades of Strikemaster #99587F

Tints of Strikemaster #99587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 41.58%
G = 23.91%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99587F (or 0x99587F) is known color: Strikemaster. HEX triplet: 99, 58 and 7F. RGB value is (153,88,127). Sum of RGB (Red+Green+Blue) = 153+88+127=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99587F is #66A780. Grayscale: #6F6F6F. Windows color (decimal): -6727553 or 8345753. OLE color: 8345753.

HSL color Cylindrical-coordinate representation of color #99587F: hue angle of 324º 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 #99587F is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 127 -
CMYK 0 0.42 0.17 0.4
HSL 324º 0.27% 0.47% -
HSV(B) 324º 0.42% 0.6% -
XYZ 20.46 15.28 21.95 -
YUV 111.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 153 88 127 0 0.42 0.17 0.4 324 0.27 0.47
Hex 99 58 7F 0 2A 11 28 144 1B 2F
Octal 231 130 177 0 52 21 50 504 33 57
Binary 10011001 1011000 1111111 0 101010 10001 101000 101000100 11011 101111

Color Harmonies of #99587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99587F

Black with #99587F

Text Example


Text Example

White with #99587F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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