Html Css Color HEX #994580 Strikemaster

📋 copy color: '#994580'

red 153 ◦ green 69 ◦ blue 128

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

Shades of Strikemaster #994580

Tints of Strikemaster #994580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 43.71%
G = 19.71%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#994580 (or 0x994580) is known color: Strikemaster. HEX triplet: 99, 45 and 80. RGB value is (153,69,128). Sum of RGB (Red+Green+Blue) = 153+69+128=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #994580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994580 is #66BA7F. Grayscale: #646464. Windows color (decimal): -6732416 or 8406425. OLE color: 8406425.

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

Color convert

RGB 153 69 128 -
CMYK 0 0.55 0.16 0.4
HSL 317.86º 0.38% 0.44% -
HSV(B) 317.86º 0.55% 0.6% -
XYZ 19.16 12.59 21.84 -
YUV 100.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 153 69 128 0 0.55 0.16 0.4 317.86 0.38 0.44
Hex 99 45 80 0 37 10 28 13E 26 2C
Octal 231 105 200 0 67 20 50 476 46 54
Binary 10011001 1000101 10000000 0 110111 10000 101000 100111110 100110 101100

Color Harmonies of #994580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994580

Black with #994580

Text Example


Text Example

White with #994580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994580; }

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

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

background-color css

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

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

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

border-color css

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

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

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