Html Css Color HEX #98608B Strikemaster

📋 copy color: '#98608B'

red 152 ◦ green 96 ◦ blue 139

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

Shades of Strikemaster #98608B

Tints of Strikemaster #98608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 39.28%
G = 24.81%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98608B (or 0x98608B) is known color: Strikemaster. HEX triplet: 98, 60 and 8B. RGB value is (152,96,139). Sum of RGB (Red+Green+Blue) = 152+96+139=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #98608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98608B is #679F74. Grayscale: #757575. Windows color (decimal): -6791029 or 9134232. OLE color: 9134232.

HSL color Cylindrical-coordinate representation of color #98608B: hue angle of 313.93º 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 #98608B is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 139 -
CMYK 0 0.37 0.09 0.40
HSL 313.93º 0.23% 0.49% -
HSV(B) 313.93º 0.37% 0.6% -
XYZ 21.79 16.91 26.54 -
YUV 117.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 152 96 139 0 0.37 0.09 0.40 313.93 0.23 0.49
Hex 98 60 8B 0 25 9 28 13A 17 31
Octal 230 140 213 0 45 11 50 472 27 61
Binary 10011000 1100000 10001011 0 100101 1001 101000 100111010 10111 110001

Color Harmonies of #98608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98608B

Black with #98608B

Text Example


Text Example

White with #98608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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