Html Css Color HEX #99627D Strikemaster

📋 copy color: '#99627D'

red 153 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #99627D

Tints of Strikemaster #99627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.06%

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

R = 40.69%
G = 26.06%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99627D (or 0x99627D) is known color: Strikemaster. HEX triplet: 99, 62 and 7D. RGB value is (153,98,125). Sum of RGB (Red+Green+Blue) = 153+98+125=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99627D is #669D82. Grayscale: #757575. Windows color (decimal): -6724995 or 8217241. OLE color: 8217241.

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

Color convert

RGB 153 98 125 -
CMYK 0 0.36 0.18 0.4
HSL 330.55º 0.22% 0.49% -
HSV(B) 330.55º 0.36% 0.6% -
XYZ 21.21 16.99 21.56 -
YUV 117.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 153 98 125 0 0.36 0.18 0.4 330.55 0.22 0.49
Hex 99 62 7D 0 24 12 28 14B 16 31
Octal 231 142 175 0 44 22 50 513 26 61
Binary 10011001 1100010 1111101 0 100100 10010 101000 101001011 10110 110001

Color Harmonies of #99627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99627D

Black with #99627D

Text Example


Text Example

White with #99627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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