Html Css Color HEX #994C81 Strikemaster

📋 copy color: '#994C81'

red 153 ◦ green 76 ◦ blue 129

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

Shades of Strikemaster #994C81

Tints of Strikemaster #994C81

RGB

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

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

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

R = 42.74%
G = 21.23%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#994C81 (or 0x994C81) is known color: Strikemaster. HEX triplet: 99, 4C and 81. RGB value is (153,76,129). Sum of RGB (Red+Green+Blue) = 153+76+129=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C81 is #66B37E. Grayscale: #686868. Windows color (decimal): -6730623 or 8473753. OLE color: 8473753.

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

Color convert

RGB 153 76 129 -
CMYK 0 0.50 0.16 0.4
HSL 318.7º 0.34% 0.45% -
HSV(B) 318.7º 0.5% 0.6% -
XYZ 19.68 13.53 22.34 -
YUV 105.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 153 76 129 0 0.50 0.16 0.4 318.7 0.34 0.45
Hex 99 4C 81 0 32 10 28 13F 22 2D
Octal 231 114 201 0 62 20 50 477 42 55
Binary 10011001 1001100 10000001 0 110010 10000 101000 100111111 100010 101101

Color Harmonies of #994C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C81

Black with #994C81

Text Example


Text Example

White with #994C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,129); }

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

background-color css

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

 a { background-color: rgb(153,76,129); }

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

border-color css

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

 span { border-color: rgb(153,76,129); }

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