Html Css Color HEX #99628D Strikemaster

📋 copy color: '#99628D'

red 153 ◦ green 98 ◦ blue 141

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

Shades of Strikemaster #99628D

Tints of Strikemaster #99628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 39.03%
G = 25%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99628D (or 0x99628D) is known color: Strikemaster. HEX triplet: 99, 62 and 8D. RGB value is (153,98,141). Sum of RGB (Red+Green+Blue) = 153+98+141=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99628D is #669D72. Grayscale: #777777. Windows color (decimal): -6724979 or 9265817. OLE color: 9265817.

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

Color convert

RGB 153 98 141 -
CMYK 0 0.36 0.08 0.4
HSL 313.09º 0.22% 0.49% -
HSV(B) 313.09º 0.36% 0.6% -
XYZ 22.31 17.43 27.39 -
YUV 119.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 153 98 141 0 0.36 0.08 0.4 313.09 0.22 0.49
Hex 99 62 8D 0 24 8 28 139 16 31
Octal 231 142 215 0 44 10 50 471 26 61
Binary 10011001 1100010 10001101 0 100100 1000 101000 100111001 10110 110001

Color Harmonies of #99628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99628D

Black with #99628D

Text Example


Text Example

White with #99628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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