Html Css Color HEX #904679 Strikemaster

📋 copy color: '#904679'

red 144 ◦ green 70 ◦ blue 121

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

Shades of Strikemaster #904679

Tints of Strikemaster #904679

RGB

 RED value IS 144 (56.64% from 255) = 42.99%

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 42.99%
G = 20.9%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#904679 (or 0x904679) is known color: Strikemaster. HEX triplet: 90, 46 and 79. RGB value is (144,70,121). Sum of RGB (Red+Green+Blue) = 144+70+121=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #904679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904679 is #6FB986. Grayscale: #616161. Windows color (decimal): -7321991 or 7947920. OLE color: 7947920.

HSL color Cylindrical-coordinate representation of color #904679: hue angle of 318.65º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904679 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 70 121 -
CMYK 0 0.51 0.16 0.44
HSL 318.65º 0.35% 0.42% -
HSV(B) 318.65º 0.51% 0.56% -
XYZ 17.14 11.69 19.44 -
YUV 97.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 144 70 121 0 0.51 0.16 0.44 318.65 0.35 0.42
Hex 90 46 79 0 33 10 2C 13F 23 2A
Octal 220 106 171 0 63 20 54 477 43 52
Binary 10010000 1000110 1111001 0 110011 10000 101100 100111111 100011 101010

Color Harmonies of #904679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904679

Black with #904679

Text Example


Text Example

White with #904679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904679; }

 p { color: rgb(144,70,121); }

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

background-color css

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

 a { background-color: rgb(144,70,121); }

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

border-color css

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

 span { border-color: rgb(144,70,121); }

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