Html Css Color HEX #994C82 Strikemaster

📋 copy color: '#994C82'

red 153 ◦ green 76 ◦ blue 130

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

Shades of Strikemaster #994C82

Tints of Strikemaster #994C82

RGB

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

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

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

R = 42.62%
G = 21.17%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#994C82 (or 0x994C82) is known color: Strikemaster. HEX triplet: 99, 4C and 82. RGB value is (153,76,130). Sum of RGB (Red+Green+Blue) = 153+76+130=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #994C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C82 is #66B37D. Grayscale: #696969. Windows color (decimal): -6730622 or 8539289. OLE color: 8539289.

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

Color convert

RGB 153 76 130 -
CMYK 0 0.50 0.15 0.4
HSL 317.92º 0.34% 0.45% -
HSV(B) 317.92º 0.5% 0.6% -
XYZ 19.75 13.55 22.69 -
YUV 105.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 153 76 130 0 0.50 0.15 0.4 317.92 0.34 0.45
Hex 99 4C 82 0 32 F 28 13E 22 2D
Octal 231 114 202 0 62 17 50 476 42 55
Binary 10011001 1001100 10000010 0 110010 1111 101000 100111110 100010 101101

Color Harmonies of #994C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C82

Black with #994C82

Text Example


Text Example

White with #994C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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