Html Css Color HEX #984881 Strikemaster

📋 copy color: '#984881'

red 152 ◦ green 72 ◦ blue 129

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

Shades of Strikemaster #984881

Tints of Strikemaster #984881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 43.06%
G = 20.4%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#984881 (or 0x984881) is known color: Strikemaster. HEX triplet: 98, 48 and 81. RGB value is (152,72,129). Sum of RGB (Red+Green+Blue) = 152+72+129=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #984881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984881 is #67B77E. Grayscale: #666666. Windows color (decimal): -6797183 or 8472728. OLE color: 8472728.

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

Color convert

RGB 152 72 129 -
CMYK 0 0.53 0.15 0.40
HSL 317.25º 0.36% 0.44% -
HSV(B) 317.25º 0.53% 0.6% -
XYZ 19.23 12.9 22.24 -
YUV 102.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 152 72 129 0 0.53 0.15 0.40 317.25 0.36 0.44
Hex 98 48 81 0 35 F 28 13D 24 2C
Octal 230 110 201 0 65 17 50 475 44 54
Binary 10011000 1001000 10000001 0 110101 1111 101000 100111101 100100 101100

Color Harmonies of #984881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984881

Black with #984881

Text Example


Text Example

White with #984881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984881; }

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

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

background-color css

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

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

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

border-color css

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

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

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