Html Css Color HEX #984681 Strikemaster

📋 copy color: '#984681'

red 152 ◦ green 70 ◦ blue 129

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

Shades of Strikemaster #984681

Tints of Strikemaster #984681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 43.3%
G = 19.94%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#984681 (or 0x984681) is known color: Strikemaster. HEX triplet: 98, 46 and 81. RGB value is (152,70,129). Sum of RGB (Red+Green+Blue) = 152+70+129=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #984681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984681 is #67B97E. Grayscale: #656565. Windows color (decimal): -6797695 or 8472216. OLE color: 8472216.

HSL color Cylindrical-coordinate representation of color #984681: hue angle of 316.83º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984681 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 129 -
CMYK 0 0.54 0.15 0.40
HSL 316.83º 0.37% 0.44% -
HSV(B) 316.83º 0.54% 0.6% -
XYZ 19.1 12.64 22.2 -
YUV 101.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 152 70 129 0 0.54 0.15 0.40 316.83 0.37 0.44
Hex 98 46 81 0 36 F 28 13D 25 2C
Octal 230 106 201 0 66 17 50 475 45 54
Binary 10011000 1000110 10000001 0 110110 1111 101000 100111101 100101 101100

Color Harmonies of #984681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984681

Black with #984681

Text Example


Text Example

White with #984681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984681; }

 p { color: rgb(152,70,129); }

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

background-color css

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

 a { background-color: rgb(152,70,129); }

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

border-color css

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

 span { border-color: rgb(152,70,129); }

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