Html Css Color HEX #994880 Strikemaster

📋 copy color: '#994880'

red 153 ◦ green 72 ◦ blue 128

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

Shades of Strikemaster #994880

Tints of Strikemaster #994880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 43.34%
G = 20.4%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#994880 (or 0x994880) is known color: Strikemaster. HEX triplet: 99, 48 and 80. RGB value is (153,72,128). Sum of RGB (Red+Green+Blue) = 153+72+128=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994880 is #66B77F. Grayscale: #666666. Windows color (decimal): -6731648 or 8407193. OLE color: 8407193.

HSL color Cylindrical-coordinate representation of color #994880: hue angle of 318.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994880 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 72 128 -
CMYK 0 0.53 0.16 0.4
HSL 318.52º 0.36% 0.44% -
HSV(B) 318.52º 0.53% 0.6% -
XYZ 19.35 12.97 21.9 -
YUV 102.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 153 72 128 0 0.53 0.16 0.4 318.52 0.36 0.44
Hex 99 48 80 0 35 10 28 13F 24 2C
Octal 231 110 200 0 65 20 50 477 44 54
Binary 10011001 1001000 10000000 0 110101 10000 101000 100111111 100100 101100

Color Harmonies of #994880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994880

Black with #994880

Text Example


Text Example

White with #994880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994880; }

 p { color: rgb(153,72,128); }

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

background-color css

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

 a { background-color: rgb(153,72,128); }

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

border-color css

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

 span { border-color: rgb(153,72,128); }

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