Html Css Color HEX #98608C Strikemaster

📋 copy color: '#98608C'

red 152 ◦ green 96 ◦ blue 140

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

Shades of Strikemaster #98608C

Tints of Strikemaster #98608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

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

R = 39.18%
G = 24.74%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98608C (or 0x98608C) is known color: Strikemaster. HEX triplet: 98, 60 and 8C. RGB value is (152,96,140). Sum of RGB (Red+Green+Blue) = 152+96+140=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98608C is #679F73. Grayscale: #757575. Windows color (decimal): -6791028 or 9199768. OLE color: 9199768.

HSL color Cylindrical-coordinate representation of color #98608C: hue angle of 312.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98608C is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 140 -
CMYK 0 0.37 0.08 0.40
HSL 312.86º 0.23% 0.49% -
HSV(B) 312.86º 0.37% 0.6% -
XYZ 21.87 16.93 26.93 -
YUV 117.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 152 96 140 0 0.37 0.08 0.40 312.86 0.23 0.49
Hex 98 60 8C 0 25 8 28 139 17 31
Octal 230 140 214 0 45 10 50 471 27 61
Binary 10011000 1100000 10001100 0 100101 1000 101000 100111001 10111 110001

Color Harmonies of #98608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98608C

Black with #98608C

Text Example


Text Example

White with #98608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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