Html Css Color HEX #99627F Strikemaster

📋 copy color: '#99627F'

red 153 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #99627F

Tints of Strikemaster #99627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 40.48%
G = 25.93%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99627F (or 0x99627F) is known color: Strikemaster. HEX triplet: 99, 62 and 7F. RGB value is (153,98,127). Sum of RGB (Red+Green+Blue) = 153+98+127=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99627F is #669D80. Grayscale: #757575. Windows color (decimal): -6724993 or 8348313. OLE color: 8348313.

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

Color convert

RGB 153 98 127 -
CMYK 0 0.36 0.17 0.4
HSL 328.36º 0.22% 0.49% -
HSV(B) 328.36º 0.36% 0.6% -
XYZ 21.34 17.04 22.24 -
YUV 117.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 153 98 127 0 0.36 0.17 0.4 328.36 0.22 0.49
Hex 99 62 7F 0 24 11 28 148 16 31
Octal 231 142 177 0 44 21 50 510 26 61
Binary 10011001 1100010 1111111 0 100100 10001 101000 101001000 10110 110001

Color Harmonies of #99627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99627F

Black with #99627F

Text Example


Text Example

White with #99627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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