Html Css Color HEX #99557C Strikemaster

📋 copy color: '#99557C'

red 153 ◦ green 85 ◦ blue 124

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

Shades of Strikemaster #99557C

Tints of Strikemaster #99557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

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

R = 42.27%
G = 23.48%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99557C (or 0x99557C) is known color: Strikemaster. HEX triplet: 99, 55 and 7C. RGB value is (153,85,124). Sum of RGB (Red+Green+Blue) = 153+85+124=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99557C is #66AA83. Grayscale: #6D6D6D. Windows color (decimal): -6728324 or 8148377. OLE color: 8148377.

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

Color convert

RGB 153 85 124 -
CMYK 0 0.44 0.19 0.4
HSL 325.59º 0.29% 0.47% -
HSV(B) 325.59º 0.44% 0.6% -
XYZ 20.02 14.72 20.86 -
YUV 109.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 153 85 124 0 0.44 0.19 0.4 325.59 0.29 0.47
Hex 99 55 7C 0 2C 13 28 146 1D 2F
Octal 231 125 174 0 54 23 50 506 35 57
Binary 10011001 1010101 1111100 0 101100 10011 101000 101000110 11101 101111

Color Harmonies of #99557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99557C

Black with #99557C

Text Example


Text Example

White with #99557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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