Html Css Color HEX #98698B Strikemaster

📋 copy color: '#98698B'

red 152 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #98698B

Tints of Strikemaster #98698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 38.38%
G = 26.52%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98698B (or 0x98698B) is known color: Strikemaster. HEX triplet: 98, 69 and 8B. RGB value is (152,105,139). Sum of RGB (Red+Green+Blue) = 152+105+139=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98698B is #679674. Grayscale: #7A7A7A. Windows color (decimal): -6788725 or 9136536. OLE color: 9136536.

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

Color convert

RGB 152 105 139 -
CMYK 0 0.31 0.09 0.40
HSL 316.6º 0.19% 0.5% -
HSV(B) 316.6º 0.31% 0.6% -
XYZ 22.66 18.64 26.83 -
YUV 122.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 152 105 139 0 0.31 0.09 0.40 316.6 0.19 0.5
Hex 98 69 8B 0 1F 9 28 13D 13 32
Octal 230 151 213 0 37 11 50 475 23 62
Binary 10011000 1101001 10001011 0 11111 1001 101000 100111101 10011 110010

Color Harmonies of #98698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98698B

Black with #98698B

Text Example


Text Example

White with #98698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,105,139); }

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

background-color css

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

 a { background-color: rgb(152,105,139); }

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

border-color css

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

 span { border-color: rgb(152,105,139); }

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