Html Css Color HEX #984C85 Strikemaster

📋 copy color: '#984C85'

red 152 ◦ green 76 ◦ blue 133

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

Shades of Strikemaster #984C85

Tints of Strikemaster #984C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 42.11%
G = 21.05%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#984C85 (or 0x984C85) is known color: Strikemaster. HEX triplet: 98, 4C and 85. RGB value is (152,76,133). Sum of RGB (Red+Green+Blue) = 152+76+133=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #984C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C85 is #67B37A. Grayscale: #696969. Windows color (decimal): -6796155 or 8735896. OLE color: 8735896.

HSL color Cylindrical-coordinate representation of color #984C85: hue angle of 315º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #984C85 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 76 133 -
CMYK 0 0.50 0.13 0.40
HSL 315º 0.33% 0.45% -
HSV(B) 315º 0.5% 0.6% -
XYZ 19.77 13.54 23.76 -
YUV 105.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 152 76 133 0 0.50 0.13 0.40 315 0.33 0.45
Hex 98 4C 85 0 32 D 28 13B 21 2D
Octal 230 114 205 0 62 15 50 473 41 55
Binary 10011000 1001100 10000101 0 110010 1101 101000 100111011 100001 101101

Color Harmonies of #984C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C85

Black with #984C85

Text Example


Text Example

White with #984C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984C85; }

 p { color: rgb(152,76,133); }

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

background-color css

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

 a { background-color: rgb(152,76,133); }

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

border-color css

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

 span { border-color: rgb(152,76,133); }

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