Html Css Color HEX #99537C Strikemaster

📋 copy color: '#99537C'

red 153 ◦ green 83 ◦ blue 124

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

Shades of Strikemaster #99537C

Tints of Strikemaster #99537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 42.5%
G = 23.06%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99537C (or 0x99537C) is known color: Strikemaster. HEX triplet: 99, 53 and 7C. RGB value is (153,83,124). Sum of RGB (Red+Green+Blue) = 153+83+124=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99537C is #66AC83. Grayscale: #6C6C6C. Windows color (decimal): -6728836 or 8147865. OLE color: 8147865.

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

Color convert

RGB 153 83 124 -
CMYK 0 0.46 0.19 0.4
HSL 324.86º 0.3% 0.46% -
HSV(B) 324.86º 0.46% 0.6% -
XYZ 19.87 14.41 20.8 -
YUV 108.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 153 83 124 0 0.46 0.19 0.4 324.86 0.3 0.46
Hex 99 53 7C 0 2E 13 28 145 1E 2E
Octal 231 123 174 0 56 23 50 505 36 56
Binary 10011001 1010011 1111100 0 101110 10011 101000 101000101 11110 101110

Color Harmonies of #99537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99537C

Black with #99537C

Text Example


Text Example

White with #99537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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