Html Css Color HEX #99507C Strikemaster

📋 copy color: '#99507C'

red 153 ◦ green 80 ◦ blue 124

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

Shades of Strikemaster #99507C

Tints of Strikemaster #99507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

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

R = 42.86%
G = 22.41%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99507C (or 0x99507C) is known color: Strikemaster. HEX triplet: 99, 50 and 7C. RGB value is (153,80,124). Sum of RGB (Red+Green+Blue) = 153+80+124=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507C is #66AF83. Grayscale: #6A6A6A. Windows color (decimal): -6729604 or 8147097. OLE color: 8147097.

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

Color convert

RGB 153 80 124 -
CMYK 0 0.48 0.19 0.4
HSL 323.84º 0.31% 0.46% -
HSV(B) 323.84º 0.48% 0.6% -
XYZ 19.64 13.96 20.73 -
YUV 106.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 153 80 124 0 0.48 0.19 0.4 323.84 0.31 0.46
Hex 99 50 7C 0 30 13 28 144 1F 2E
Octal 231 120 174 0 60 23 50 504 37 56
Binary 10011001 1010000 1111100 0 110000 10011 101000 101000100 11111 101110

Color Harmonies of #99507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99507C

Black with #99507C

Text Example


Text Example

White with #99507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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