Html Css Color HEX #98667C Strikemaster

📋 copy color: '#98667C'

red 152 ◦ green 102 ◦ blue 124

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

Shades of Strikemaster #98667C

Tints of Strikemaster #98667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 40.21%
G = 26.98%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98667C (or 0x98667C) is known color: Strikemaster. HEX triplet: 98, 66 and 7C. RGB value is (152,102,124). Sum of RGB (Red+Green+Blue) = 152+102+124=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98667C is #679983. Grayscale: #777777. Windows color (decimal): -6789508 or 8152728. OLE color: 8152728.

HSL color Cylindrical-coordinate representation of color #98667C: hue angle of 333.6º 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 #98667C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 124 -
CMYK 0 0.33 0.18 0.40
HSL 333.6º 0.2% 0.5% -
HSV(B) 333.6º 0.33% 0.6% -
XYZ 21.34 17.63 21.35 -
YUV 119.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 152 102 124 0 0.33 0.18 0.40 333.6 0.2 0.5
Hex 98 66 7C 0 21 12 28 14E 14 32
Octal 230 146 174 0 41 22 50 516 24 62
Binary 10011000 1100110 1111100 0 100001 10010 101000 101001110 10100 110010

Color Harmonies of #98667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98667C

Black with #98667C

Text Example


Text Example

White with #98667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98667C; }

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

 H1.HeaderClassName
 {
   color: #98667C;
 }
 .AnyTagClassName
 {
   color: #98667C;
 }
</style>

background-color css

<style>
 a { background-color: #98667C; }

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

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

border-color css

<style>
 span { border-color: #98667C; }

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

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