Html Css Color HEX #99497A Strikemaster

📋 copy color: '#99497A'

red 153 ◦ green 73 ◦ blue 122

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

Shades of Strikemaster #99497A

Tints of Strikemaster #99497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 43.97%
G = 20.98%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99497A (or 0x99497A) is known color: Strikemaster. HEX triplet: 99, 49 and 7A. RGB value is (153,73,122). Sum of RGB (Red+Green+Blue) = 153+73+122=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99497A is #66B685. Grayscale: #666666. Windows color (decimal): -6731398 or 8014233. OLE color: 8014233.

HSL color Cylindrical-coordinate representation of color #99497A: hue angle of 323.25º 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 #99497A is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 122 -
CMYK 0 0.52 0.20 0.4
HSL 323.25º 0.35% 0.44% -
HSV(B) 323.25º 0.52% 0.6% -
XYZ 19.03 12.94 19.91 -
YUV 102.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 153 73 122 0 0.52 0.20 0.4 323.25 0.35 0.44
Hex 99 49 7A 0 34 14 28 143 23 2C
Octal 231 111 172 0 64 24 50 503 43 54
Binary 10011001 1001001 1111010 0 110100 10100 101000 101000011 100011 101100

Color Harmonies of #99497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99497A

Black with #99497A

Text Example


Text Example

White with #99497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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