Html Css Color HEX #984882 Strikemaster

📋 copy color: '#984882'

red 152 ◦ green 72 ◦ blue 130

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

Shades of Strikemaster #984882

Tints of Strikemaster #984882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 42.94%
G = 20.34%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#984882 (or 0x984882) is known color: Strikemaster. HEX triplet: 98, 48 and 82. RGB value is (152,72,130). Sum of RGB (Red+Green+Blue) = 152+72+130=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #984882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984882 is #67B77D. Grayscale: #666666. Windows color (decimal): -6797182 or 8538264. OLE color: 8538264.

HSL color Cylindrical-coordinate representation of color #984882: hue angle of 316.5º 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 #984882 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 130 -
CMYK 0 0.53 0.14 0.40
HSL 316.5º 0.36% 0.44% -
HSV(B) 316.5º 0.53% 0.6% -
XYZ 19.3 12.92 22.6 -
YUV 102.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 152 72 130 0 0.53 0.14 0.40 316.5 0.36 0.44
Hex 98 48 82 0 35 E 28 13C 24 2C
Octal 230 110 202 0 65 16 50 474 44 54
Binary 10011000 1001000 10000010 0 110101 1110 101000 100111100 100100 101100

Color Harmonies of #984882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984882

Black with #984882

Text Example


Text Example

White with #984882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984882; }

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

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

background-color css

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

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

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

border-color css

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

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

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