Html Css Color HEX #99487D Strikemaster

📋 copy color: '#99487D'

red 153 ◦ green 72 ◦ blue 125

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

Shades of Strikemaster #99487D

Tints of Strikemaster #99487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 43.71%
G = 20.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99487D (or 0x99487D) is known color: Strikemaster. HEX triplet: 99, 48 and 7D. RGB value is (153,72,125). Sum of RGB (Red+Green+Blue) = 153+72+125=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99487D is #66B782. Grayscale: #666666. Windows color (decimal): -6731651 or 8210585. OLE color: 8210585.

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

Color convert

RGB 153 72 125 -
CMYK 0 0.53 0.18 0.4
HSL 320.74º 0.36% 0.44% -
HSV(B) 320.74º 0.53% 0.6% -
XYZ 19.16 12.89 20.88 -
YUV 102.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 153 72 125 0 0.53 0.18 0.4 320.74 0.36 0.44
Hex 99 48 7D 0 35 12 28 141 24 2C
Octal 231 110 175 0 65 22 50 501 44 54
Binary 10011001 1001000 1111101 0 110101 10010 101000 101000001 100100 101100

Color Harmonies of #99487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99487D

Black with #99487D

Text Example


Text Example

White with #99487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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