Html Css Color HEX #994D87 Strikemaster

📋 copy color: '#994D87'

red 153 ◦ green 77 ◦ blue 135

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

Shades of Strikemaster #994D87

Tints of Strikemaster #994D87

RGB

 RED value IS 153 (60.16% from 255) = 41.92%

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 41.92%
G = 21.1%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#994D87 (or 0x994D87) is known color: Strikemaster. HEX triplet: 99, 4D and 87. RGB value is (153,77,135). Sum of RGB (Red+Green+Blue) = 153+77+135=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D87 is #66B278. Grayscale: #6A6A6A. Windows color (decimal): -6730361 or 8867225. OLE color: 8867225.

HSL color Cylindrical-coordinate representation of color #994D87: hue angle of 314.21º 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 #994D87 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 135 -
CMYK 0 0.50 0.12 0.4
HSL 314.21º 0.33% 0.45% -
HSV(B) 314.21º 0.5% 0.6% -
XYZ 20.16 13.83 24.53 -
YUV 106.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 153 77 135 0 0.50 0.12 0.4 314.21 0.33 0.45
Hex 99 4D 87 0 32 C 28 13A 21 2D
Octal 231 115 207 0 62 14 50 472 41 55
Binary 10011001 1001101 10000111 0 110010 1100 101000 100111010 100001 101101

Color Harmonies of #994D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D87

Black with #994D87

Text Example


Text Example

White with #994D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994D87; }

 p { color: rgb(153,77,135); }

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

background-color css

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

 a { background-color: rgb(153,77,135); }

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

border-color css

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

 span { border-color: rgb(153,77,135); }

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