Html Css Color HEX #994A7D Strikemaster

📋 copy color: '#994A7D'

red 153 ◦ green 74 ◦ blue 125

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

Shades of Strikemaster #994A7D

Tints of Strikemaster #994A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 43.47%
G = 21.02%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#994A7D (or 0x994A7D) is known color: Strikemaster. HEX triplet: 99, 4A and 7D. RGB value is (153,74,125). Sum of RGB (Red+Green+Blue) = 153+74+125=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #994A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A7D is #66B582. Grayscale: #676767. Windows color (decimal): -6731139 or 8211097. OLE color: 8211097.

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

Color convert

RGB 153 74 125 -
CMYK 0 0.52 0.18 0.4
HSL 321.27º 0.35% 0.45% -
HSV(B) 321.27º 0.52% 0.6% -
XYZ 19.29 13.15 20.92 -
YUV 103.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 153 74 125 0 0.52 0.18 0.4 321.27 0.35 0.45
Hex 99 4A 7D 0 34 12 28 141 23 2D
Octal 231 112 175 0 64 22 50 501 43 55
Binary 10011001 1001010 1111101 0 110100 10010 101000 101000001 100011 101101

Color Harmonies of #994A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A7D

Black with #994A7D

Text Example


Text Example

White with #994A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,125); }

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

background-color css

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

 a { background-color: rgb(153,74,125); }

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

border-color css

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

 span { border-color: rgb(153,74,125); }

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