Html Css Color HEX #98668D Strikemaster

📋 copy color: '#98668D'

red 152 ◦ green 102 ◦ blue 141

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

Shades of Strikemaster #98668D

Tints of Strikemaster #98668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 38.48%
G = 25.82%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98668D (or 0x98668D) is known color: Strikemaster. HEX triplet: 98, 66 and 8D. RGB value is (152,102,141). Sum of RGB (Red+Green+Blue) = 152+102+141=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98668D is #679972. Grayscale: #797979. Windows color (decimal): -6789491 or 9266840. OLE color: 9266840.

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

Color convert

RGB 152 102 141 -
CMYK 0 0.33 0.07 0.40
HSL 313.2º 0.2% 0.5% -
HSV(B) 313.2º 0.33% 0.6% -
XYZ 22.51 18.1 27.51 -
YUV 121.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 152 102 141 0 0.33 0.07 0.40 313.2 0.2 0.5
Hex 98 66 8D 0 21 7 28 139 14 32
Octal 230 146 215 0 41 7 50 471 24 62
Binary 10011000 1100110 10001101 0 100001 111 101000 100111001 10100 110010

Color Harmonies of #98668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98668D

Black with #98668D

Text Example


Text Example

White with #98668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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