Html Css Color HEX #98467C Strikemaster

📋 copy color: '#98467C'

red 152 ◦ green 70 ◦ blue 124

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

Shades of Strikemaster #98467C

Tints of Strikemaster #98467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 43.93%
G = 20.23%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98467C (or 0x98467C) is known color: Strikemaster. HEX triplet: 98, 46 and 7C. RGB value is (152,70,124). Sum of RGB (Red+Green+Blue) = 152+70+124=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98467C is #67B983. Grayscale: #646464. Windows color (decimal): -6797700 or 8144536. OLE color: 8144536.

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

Color convert

RGB 152 70 124 -
CMYK 0 0.54 0.18 0.40
HSL 320.49º 0.37% 0.44% -
HSV(B) 320.49º 0.54% 0.6% -
XYZ 18.78 12.51 20.49 -
YUV 100.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 152 70 124 0 0.54 0.18 0.40 320.49 0.37 0.44
Hex 98 46 7C 0 36 12 28 140 25 2C
Octal 230 106 174 0 66 22 50 500 45 54
Binary 10011000 1000110 1111100 0 110110 10010 101000 101000000 100101 101100

Color Harmonies of #98467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98467C

Black with #98467C

Text Example


Text Example

White with #98467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,70,124); }

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

background-color css

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

 a { background-color: rgb(152,70,124); }

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

border-color css

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

 span { border-color: rgb(152,70,124); }

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