Html Css Color HEX #98638C Strikemaster

📋 copy color: '#98638C'

red 152 ◦ green 99 ◦ blue 140

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

Shades of Strikemaster #98638C

Tints of Strikemaster #98638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 38.87%
G = 25.32%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98638C (or 0x98638C) is known color: Strikemaster. HEX triplet: 98, 63 and 8C. RGB value is (152,99,140). Sum of RGB (Red+Green+Blue) = 152+99+140=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98638C is #679C73. Grayscale: #777777. Windows color (decimal): -6790260 or 9200536. OLE color: 9200536.

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

Color convert

RGB 152 99 140 -
CMYK 0 0.35 0.08 0.40
HSL 313.58º 0.21% 0.49% -
HSV(B) 313.58º 0.35% 0.6% -
XYZ 22.14 17.49 27.02 -
YUV 119.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 152 99 140 0 0.35 0.08 0.40 313.58 0.21 0.49
Hex 98 63 8C 0 23 8 28 13A 15 31
Octal 230 143 214 0 43 10 50 472 25 61
Binary 10011000 1100011 10001100 0 100011 1000 101000 100111010 10101 110001

Color Harmonies of #98638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98638C

Black with #98638C

Text Example


Text Example

White with #98638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,99,140); }

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

background-color css

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

 a { background-color: rgb(152,99,140); }

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

border-color css

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

 span { border-color: rgb(152,99,140); }

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