Html Css Color HEX #99517E Strikemaster

📋 copy color: '#99517E'

red 153 ◦ green 81 ◦ blue 126

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

Shades of Strikemaster #99517E

Tints of Strikemaster #99517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 126 (49.61% from 255) = 35%

R = 42.5%
G = 22.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99517E (or 0x99517E) is known color: Strikemaster. HEX triplet: 99, 51 and 7E. RGB value is (153,81,126). Sum of RGB (Red+Green+Blue) = 153+81+126=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99517E is #66AE81. Grayscale: #6B6B6B. Windows color (decimal): -6729346 or 8278425. OLE color: 8278425.

HSL color Cylindrical-coordinate representation of color #99517E: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99517E is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 126 -
CMYK 0 0.47 0.18 0.4
HSL 322.5º 0.31% 0.46% -
HSV(B) 322.5º 0.47% 0.6% -
XYZ 19.85 14.16 21.43 -
YUV 107.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 153 81 126 0 0.47 0.18 0.4 322.5 0.31 0.46
Hex 99 51 7E 0 2F 12 28 142 1F 2E
Octal 231 121 176 0 57 22 50 502 37 56
Binary 10011001 1010001 1111110 0 101111 10010 101000 101000010 11111 101110

Color Harmonies of #99517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99517E

Black with #99517E

Text Example


Text Example

White with #99517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99517E; }

 p { color: rgb(153,81,126); }

 H1.HeaderClassName
 {
   color: #99517E;
 }
 .AnyTagClassName
 {
   color: #99517E;
 }
</style>

background-color css

<style>
 a { background-color: #99517E; }

 a { background-color: rgb(153,81,126); }

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

border-color css

<style>
 span { border-color: #99517E; }

 span { border-color: rgb(153,81,126); }

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