Html Css Color HEX #994F85 Strikemaster

📋 copy color: '#994F85'

red 153 ◦ green 79 ◦ blue 133

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

Shades of Strikemaster #994F85

Tints of Strikemaster #994F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 41.92%
G = 21.64%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#994F85 (or 0x994F85) is known color: Strikemaster. HEX triplet: 99, 4F and 85. RGB value is (153,79,133). Sum of RGB (Red+Green+Blue) = 153+79+133=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F85 is #66B07A. Grayscale: #6B6B6B. Windows color (decimal): -6729851 or 8736665. OLE color: 8736665.

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

Color convert

RGB 153 79 133 -
CMYK 0 0.48 0.13 0.4
HSL 316.22º 0.32% 0.45% -
HSV(B) 316.22º 0.48% 0.6% -
XYZ 20.17 14.06 23.84 -
YUV 107.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 153 79 133 0 0.48 0.13 0.4 316.22 0.32 0.45
Hex 99 4F 85 0 30 D 28 13C 20 2D
Octal 231 117 205 0 60 15 50 474 40 55
Binary 10011001 1001111 10000101 0 110000 1101 101000 100111100 100000 101101

Color Harmonies of #994F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F85

Black with #994F85

Text Example


Text Example

White with #994F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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