Html Css Color HEX #99467C Strikemaster

📋 copy color: '#99467C'

red 153 ◦ green 70 ◦ blue 124

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

Shades of Strikemaster #99467C

Tints of Strikemaster #99467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 44.09%
G = 20.17%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99467C (or 0x99467C) is known color: Strikemaster. HEX triplet: 99, 46 and 7C. RGB value is (153,70,124). Sum of RGB (Red+Green+Blue) = 153+70+124=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467C is #66B983. Grayscale: #646464. Windows color (decimal): -6732164 or 8144537. OLE color: 8144537.

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

Color convert

RGB 153 70 124 -
CMYK 0 0.54 0.19 0.4
HSL 320.96º 0.37% 0.44% -
HSV(B) 320.96º 0.54% 0.6% -
XYZ 18.97 12.61 20.5 -
YUV 100.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 153 70 124 0 0.54 0.19 0.4 320.96 0.37 0.44
Hex 99 46 7C 0 36 13 28 141 25 2C
Octal 231 106 174 0 66 23 50 501 45 54
Binary 10011001 1000110 1111100 0 110110 10011 101000 101000001 100101 101100

Color Harmonies of #99467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99467C

Black with #99467C

Text Example


Text Example

White with #99467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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