Html Css Color HEX #99497D Strikemaster

📋 copy color: '#99497D'

red 153 ◦ green 73 ◦ blue 125

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

Shades of Strikemaster #99497D

Tints of Strikemaster #99497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 43.59%
G = 20.8%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99497D (or 0x99497D) is known color: Strikemaster. HEX triplet: 99, 49 and 7D. RGB value is (153,73,125). Sum of RGB (Red+Green+Blue) = 153+73+125=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99497D is #66B682. Grayscale: #666666. Windows color (decimal): -6731395 or 8210841. OLE color: 8210841.

HSL color Cylindrical-coordinate representation of color #99497D: hue angle of 321º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99497D is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 125 -
CMYK 0 0.52 0.18 0.4
HSL 321º 0.35% 0.44% -
HSV(B) 321º 0.52% 0.6% -
XYZ 19.22 13.02 20.9 -
YUV 102.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 153 73 125 0 0.52 0.18 0.4 321 0.35 0.44
Hex 99 49 7D 0 34 12 28 141 23 2C
Octal 231 111 175 0 64 22 50 501 43 54
Binary 10011001 1001001 1111101 0 110100 10010 101000 101000001 100011 101100

Color Harmonies of #99497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99497D

Black with #99497D

Text Example


Text Example

White with #99497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99497D; }

 p { color: rgb(153,73,125); }

 H1.HeaderClassName
 {
   color: #99497D;
 }
 .AnyTagClassName
 {
   color: #99497D;
 }
</style>

background-color css

<style>
 a { background-color: #99497D; }

 a { background-color: rgb(153,73,125); }

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

border-color css

<style>
 span { border-color: #99497D; }

 span { border-color: rgb(153,73,125); }

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