Html Css Color HEX #98477B Strikemaster

📋 copy color: '#98477B'

red 152 ◦ green 71 ◦ blue 123

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

Shades of Strikemaster #98477B

Tints of Strikemaster #98477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 43.93%
G = 20.52%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98477B (or 0x98477B) is known color: Strikemaster. HEX triplet: 98, 47 and 7B. RGB value is (152,71,123). Sum of RGB (Red+Green+Blue) = 152+71+123=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98477B is #67B884. Grayscale: #656565. Windows color (decimal): -6797445 or 8079256. OLE color: 8079256.

HSL color Cylindrical-coordinate representation of color #98477B: hue angle of 321.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98477B is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 123 -
CMYK 0 0.53 0.19 0.40
HSL 321.48º 0.36% 0.44% -
HSV(B) 321.48º 0.53% 0.6% -
XYZ 18.78 12.61 20.18 -
YUV 101.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 152 71 123 0 0.53 0.19 0.40 321.48 0.36 0.44
Hex 98 47 7B 0 35 13 28 141 24 2C
Octal 230 107 173 0 65 23 50 501 44 54
Binary 10011000 1000111 1111011 0 110101 10011 101000 101000001 100100 101100

Color Harmonies of #98477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98477B

Black with #98477B

Text Example


Text Example

White with #98477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,71,123); }

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

background-color css

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

 a { background-color: rgb(152,71,123); }

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

border-color css

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

 span { border-color: rgb(152,71,123); }

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