Html Css Color HEX #98678D Strikemaster

📋 copy color: '#98678D'

red 152 ◦ green 103 ◦ blue 141

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

Shades of Strikemaster #98678D

Tints of Strikemaster #98678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 38.38%
G = 26.01%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98678D (or 0x98678D) is known color: Strikemaster. HEX triplet: 98, 67 and 8D. RGB value is (152,103,141). Sum of RGB (Red+Green+Blue) = 152+103+141=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678D is #679872. Grayscale: #797979. Windows color (decimal): -6789235 or 9267096. OLE color: 9267096.

HSL color Cylindrical-coordinate representation of color #98678D: hue angle of 313.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98678D is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 141 -
CMYK 0 0.32 0.07 0.40
HSL 313.47º 0.19% 0.5% -
HSV(B) 313.47º 0.32% 0.6% -
XYZ 22.61 18.3 27.54 -
YUV 121.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 152 103 141 0 0.32 0.07 0.40 313.47 0.19 0.5
Hex 98 67 8D 0 20 7 28 139 13 32
Octal 230 147 215 0 40 7 50 471 23 62
Binary 10011000 1100111 10001101 0 100000 111 101000 100111001 10011 110010

Color Harmonies of #98678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98678D

Black with #98678D

Text Example


Text Example

White with #98678D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98678D; }

 p { color: rgb(152,103,141); }

 H1.HeaderClassName
 {
   color: #98678D;
 }
 .AnyTagClassName
 {
   color: #98678D;
 }
</style>

background-color css

<style>
 a { background-color: #98678D; }

 a { background-color: rgb(152,103,141); }

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

border-color css

<style>
 span { border-color: #98678D; }

 span { border-color: rgb(152,103,141); }

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