Html Css Color HEX #98618C Strikemaster

📋 copy color: '#98618C'

red 152 ◦ green 97 ◦ blue 140

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

Shades of Strikemaster #98618C

Tints of Strikemaster #98618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 39.07%
G = 24.94%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98618C (or 0x98618C) is known color: Strikemaster. HEX triplet: 98, 61 and 8C. RGB value is (152,97,140). Sum of RGB (Red+Green+Blue) = 152+97+140=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98618C is #679E73. Grayscale: #767676. Windows color (decimal): -6790772 or 9200024. OLE color: 9200024.

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

Color convert

RGB 152 97 140 -
CMYK 0 0.36 0.08 0.40
HSL 313.09º 0.22% 0.49% -
HSV(B) 313.09º 0.36% 0.6% -
XYZ 21.96 17.12 26.96 -
YUV 118.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 152 97 140 0 0.36 0.08 0.40 313.09 0.22 0.49
Hex 98 61 8C 0 24 8 28 139 16 31
Octal 230 141 214 0 44 10 50 471 26 61
Binary 10011000 1100001 10001100 0 100100 1000 101000 100111001 10110 110001

Color Harmonies of #98618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98618C

Black with #98618C

Text Example


Text Example

White with #98618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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