Html Css Color HEX #98628C Strikemaster

📋 copy color: '#98628C'

red 152 ◦ green 98 ◦ blue 140

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

Shades of Strikemaster #98628C

Tints of Strikemaster #98628C

RGB

 RED value IS 152 (59.77% from 255) = 38.97%

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 38.97%
G = 25.13%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98628C (or 0x98628C) is known color: Strikemaster. HEX triplet: 98, 62 and 8C. RGB value is (152,98,140). Sum of RGB (Red+Green+Blue) = 152+98+140=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98628C is #679D73. Grayscale: #767676. Windows color (decimal): -6790516 or 9200280. OLE color: 9200280.

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

Color convert

RGB 152 98 140 -
CMYK 0 0.36 0.08 0.40
HSL 313.33º 0.22% 0.49% -
HSV(B) 313.33º 0.36% 0.6% -
XYZ 22.05 17.3 26.99 -
YUV 118.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 152 98 140 0 0.36 0.08 0.40 313.33 0.22 0.49
Hex 98 62 8C 0 24 8 28 139 16 31
Octal 230 142 214 0 44 10 50 471 26 61
Binary 10011000 1100010 10001100 0 100100 1000 101000 100111001 10110 110001

Color Harmonies of #98628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98628C

Black with #98628C

Text Example


Text Example

White with #98628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,98,140); }

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

background-color css

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

 a { background-color: rgb(152,98,140); }

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

border-color css

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

 span { border-color: rgb(152,98,140); }

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