Html Css Color HEX #994783 Strikemaster

📋 copy color: '#994783'

red 153 ◦ green 71 ◦ blue 131

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

Shades of Strikemaster #994783

Tints of Strikemaster #994783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 131 (51.56% from 255) = 36.9%

R = 43.1%
G = 20%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#994783 (or 0x994783) is known color: Strikemaster. HEX triplet: 99, 47 and 83. RGB value is (153,71,131). Sum of RGB (Red+Green+Blue) = 153+71+131=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994783 is #66B87C. Grayscale: #666666. Windows color (decimal): -6731901 or 8603545. OLE color: 8603545.

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

Color convert

RGB 153 71 131 -
CMYK 0 0.54 0.14 0.4
HSL 316.1º 0.37% 0.44% -
HSV(B) 316.1º 0.54% 0.6% -
XYZ 19.49 12.92 22.94 -
YUV 102.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 153 71 131 0 0.54 0.14 0.4 316.1 0.37 0.44
Hex 99 47 83 0 36 E 28 13C 25 2C
Octal 231 107 203 0 66 16 50 474 45 54
Binary 10011001 1000111 10000011 0 110110 1110 101000 100111100 100101 101100

Color Harmonies of #994783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994783

Black with #994783

Text Example


Text Example

White with #994783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994783; }

 p { color: rgb(153,71,131); }

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

background-color css

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

 a { background-color: rgb(153,71,131); }

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

border-color css

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

 span { border-color: rgb(153,71,131); }

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