Html Css Color HEX #994F7F Strikemaster

📋 copy color: '#994F7F'

red 153 ◦ green 79 ◦ blue 127

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

Shades of Strikemaster #994F7F

Tints of Strikemaster #994F7F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.01%

 BLUE value IS 127 (50% from 255) = 35.38%

R = 42.62%
G = 22.01%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#994F7F (or 0x994F7F) is known color: Strikemaster. HEX triplet: 99, 4F and 7F. RGB value is (153,79,127). Sum of RGB (Red+Green+Blue) = 153+79+127=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #994F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F7F is #66B080. Grayscale: #6A6A6A. Windows color (decimal): -6729857 or 8343449. OLE color: 8343449.

HSL color Cylindrical-coordinate representation of color #994F7F: hue angle of 321.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F7F is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 127 -
CMYK 0 0.48 0.17 0.4
HSL 321.08º 0.32% 0.45% -
HSV(B) 321.08º 0.48% 0.6% -
XYZ 19.76 13.9 21.72 -
YUV 106.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 153 79 127 0 0.48 0.17 0.4 321.08 0.32 0.45
Hex 99 4F 7F 0 30 11 28 141 20 2D
Octal 231 117 177 0 60 21 50 501 40 55
Binary 10011001 1001111 1111111 0 110000 10001 101000 101000001 100000 101101

Color Harmonies of #994F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F7F

Black with #994F7F

Text Example


Text Example

White with #994F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,79,127); }

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

background-color css

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

 a { background-color: rgb(153,79,127); }

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

border-color css

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

 span { border-color: rgb(153,79,127); }

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