Html Css Color HEX #994C83 Strikemaster

📋 copy color: '#994C83'

red 153 ◦ green 76 ◦ blue 131

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

Shades of Strikemaster #994C83

Tints of Strikemaster #994C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.39%

R = 42.5%
G = 21.11%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#994C83 (or 0x994C83) is known color: Strikemaster. HEX triplet: 99, 4C and 83. RGB value is (153,76,131). Sum of RGB (Red+Green+Blue) = 153+76+131=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #994C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C83 is #66B37C. Grayscale: #696969. Windows color (decimal): -6730621 or 8604825. OLE color: 8604825.

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

Color convert

RGB 153 76 131 -
CMYK 0 0.50 0.14 0.4
HSL 317.14º 0.34% 0.45% -
HSV(B) 317.14º 0.5% 0.6% -
XYZ 19.82 13.58 23.05 -
YUV 105.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 153 76 131 0 0.50 0.14 0.4 317.14 0.34 0.45
Hex 99 4C 83 0 32 E 28 13D 22 2D
Octal 231 114 203 0 62 16 50 475 42 55
Binary 10011001 1001100 10000011 0 110010 1110 101000 100111101 100010 101101

Color Harmonies of #994C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C83

Black with #994C83

Text Example


Text Example

White with #994C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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