Html Css Color HEX #994F7A Strikemaster

📋 copy color: '#994F7A'

red 153 ◦ green 79 ◦ blue 122

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

Shades of Strikemaster #994F7A

Tints of Strikemaster #994F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 43.22%
G = 22.32%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#994F7A (or 0x994F7A) is known color: Strikemaster. HEX triplet: 99, 4F and 7A. RGB value is (153,79,122). Sum of RGB (Red+Green+Blue) = 153+79+122=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F7A is #66B085. Grayscale: #696969. Windows color (decimal): -6729862 or 8015769. OLE color: 8015769.

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

Color convert

RGB 153 79 122 -
CMYK 0 0.48 0.20 0.4
HSL 325.14º 0.32% 0.45% -
HSV(B) 325.14º 0.48% 0.6% -
XYZ 19.45 13.77 20.05 -
YUV 106.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 153 79 122 0 0.48 0.20 0.4 325.14 0.32 0.45
Hex 99 4F 7A 0 30 14 28 145 20 2D
Octal 231 117 172 0 60 24 50 505 40 55
Binary 10011001 1001111 1111010 0 110000 10100 101000 101000101 100000 101101

Color Harmonies of #994F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F7A

Black with #994F7A

Text Example


Text Example

White with #994F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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