Html Css Color HEX #98467F Strikemaster

📋 copy color: '#98467F'

red 152 ◦ green 70 ◦ blue 127

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

Shades of Strikemaster #98467F

Tints of Strikemaster #98467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 43.55%
G = 20.06%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98467F (or 0x98467F) is known color: Strikemaster. HEX triplet: 98, 46 and 7F. RGB value is (152,70,127). Sum of RGB (Red+Green+Blue) = 152+70+127=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98467F is #67B980. Grayscale: #646464. Windows color (decimal): -6797697 or 8341144. OLE color: 8341144.

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

Color convert

RGB 152 70 127 -
CMYK 0 0.54 0.16 0.40
HSL 318.29º 0.37% 0.44% -
HSV(B) 318.29º 0.54% 0.6% -
XYZ 18.97 12.59 21.51 -
YUV 101.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 152 70 127 0 0.54 0.16 0.40 318.29 0.37 0.44
Hex 98 46 7F 0 36 10 28 13E 25 2C
Octal 230 106 177 0 66 20 50 476 45 54
Binary 10011000 1000110 1111111 0 110110 10000 101000 100111110 100101 101100

Color Harmonies of #98467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98467F

Black with #98467F

Text Example


Text Example

White with #98467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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