Html Css Color HEX #98648A Strikemaster

📋 copy color: '#98648A'

red 152 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #98648A

Tints of Strikemaster #98648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

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

R = 38.97%
G = 25.64%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98648A (or 0x98648A) is known color: Strikemaster. HEX triplet: 98, 64 and 8A. RGB value is (152,100,138). Sum of RGB (Red+Green+Blue) = 152+100+138=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98648A is #679B75. Grayscale: #777777. Windows color (decimal): -6790006 or 9069720. OLE color: 9069720.

HSL color Cylindrical-coordinate representation of color #98648A: hue angle of 316.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98648A is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 138 -
CMYK 0 0.34 0.09 0.40
HSL 316.15º 0.21% 0.49% -
HSV(B) 316.15º 0.34% 0.6% -
XYZ 22.09 17.62 26.28 -
YUV 119.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 152 100 138 0 0.34 0.09 0.40 316.15 0.21 0.49
Hex 98 64 8A 0 22 9 28 13C 15 31
Octal 230 144 212 0 42 11 50 474 25 61
Binary 10011000 1100100 10001010 0 100010 1001 101000 100111100 10101 110001

Color Harmonies of #98648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98648A

Black with #98648A

Text Example


Text Example

White with #98648A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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