Html Css Color HEX #98467E Strikemaster

📋 copy color: '#98467E'

red 152 ◦ green 70 ◦ blue 126

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

Shades of Strikemaster #98467E

Tints of Strikemaster #98467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 43.68%
G = 20.11%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98467E (or 0x98467E) is known color: Strikemaster. HEX triplet: 98, 46 and 7E. RGB value is (152,70,126). Sum of RGB (Red+Green+Blue) = 152+70+126=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98467E is #67B981. Grayscale: #646464. Windows color (decimal): -6797698 or 8275608. OLE color: 8275608.

HSL color Cylindrical-coordinate representation of color #98467E: hue angle of 319.02º 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 #98467E is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 126 -
CMYK 0 0.54 0.17 0.40
HSL 319.02º 0.37% 0.44% -
HSV(B) 319.02º 0.54% 0.6% -
XYZ 18.9 12.56 21.17 -
YUV 100.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 152 70 126 0 0.54 0.17 0.40 319.02 0.37 0.44
Hex 98 46 7E 0 36 11 28 13F 25 2C
Octal 230 106 176 0 66 21 50 477 45 54
Binary 10011000 1000110 1111110 0 110110 10001 101000 100111111 100101 101100

Color Harmonies of #98467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98467E

Black with #98467E

Text Example


Text Example

White with #98467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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