Html Css Color HEX #98678A Strikemaster

📋 copy color: '#98678A'

red 152 ◦ green 103 ◦ blue 138

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

Shades of Strikemaster #98678A

Tints of Strikemaster #98678A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 38.68%
G = 26.21%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98678A (or 0x98678A) is known color: Strikemaster. HEX triplet: 98, 67 and 8A. RGB value is (152,103,138). Sum of RGB (Red+Green+Blue) = 152+103+138=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678A is #679875. Grayscale: #797979. Windows color (decimal): -6789238 or 9070488. OLE color: 9070488.

HSL color Cylindrical-coordinate representation of color #98678A: hue angle of 317.14º 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 #98678A is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 138 -
CMYK 0 0.32 0.09 0.40
HSL 317.14º 0.19% 0.5% -
HSV(B) 317.14º 0.32% 0.6% -
XYZ 22.39 18.21 26.38 -
YUV 121.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 152 103 138 0 0.32 0.09 0.40 317.14 0.19 0.5
Hex 98 67 8A 0 20 9 28 13D 13 32
Octal 230 147 212 0 40 11 50 475 23 62
Binary 10011000 1100111 10001010 0 100000 1001 101000 100111101 10011 110010

Color Harmonies of #98678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98678A

Black with #98678A

Text Example


Text Example

White with #98678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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