Html Css Color HEX #99627C Strikemaster

📋 copy color: '#99627C'

red 153 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #99627C

Tints of Strikemaster #99627C

RGB

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

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

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

R = 40.8%
G = 26.13%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99627C (or 0x99627C) is known color: Strikemaster. HEX triplet: 99, 62 and 7C. RGB value is (153,98,124). Sum of RGB (Red+Green+Blue) = 153+98+124=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99627C is #669D83. Grayscale: #757575. Windows color (decimal): -6724996 or 8151705. OLE color: 8151705.

HSL color Cylindrical-coordinate representation of color #99627C: hue angle of 331.64º 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 #99627C is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 124 -
CMYK 0 0.36 0.19 0.4
HSL 331.64º 0.22% 0.49% -
HSV(B) 331.64º 0.36% 0.6% -
XYZ 21.14 16.96 21.23 -
YUV 117.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 153 98 124 0 0.36 0.19 0.4 331.64 0.22 0.49
Hex 99 62 7C 0 24 13 28 14C 16 31
Octal 231 142 174 0 44 23 50 514 26 61
Binary 10011001 1100010 1111100 0 100100 10011 101000 101001100 10110 110001

Color Harmonies of #99627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99627C

Black with #99627C

Text Example


Text Example

White with #99627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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