Html Css Color HEX #845976 Strikemaster

📋 copy color: '#845976'

red 132 ◦ green 89 ◦ blue 118

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

Shades of Strikemaster #845976

Tints of Strikemaster #845976

RGB

 RED value IS 132 (51.95% from 255) = 38.94%

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 38.94%
G = 26.25%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#845976 (or 0x845976) is known color: Strikemaster. HEX triplet: 84, 59 and 76. RGB value is (132,89,118). Sum of RGB (Red+Green+Blue) = 132+89+118=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #845976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845976 is #7BA689. Grayscale: #696969. Windows color (decimal): -8103562 or 7756164. OLE color: 7756164.

HSL color Cylindrical-coordinate representation of color #845976: hue angle of 319.53º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845976 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 118 -
CMYK 0 0.33 0.11 0.48
HSL 319.53º 0.19% 0.43% -
HSV(B) 319.53º 0.33% 0.52% -
XYZ 16.36 13.36 18.86 -
YUV 105.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 132 89 118 0 0.33 0.11 0.48 319.53 0.19 0.43
Hex 84 59 76 0 21 B 30 140 13 2B
Octal 204 131 166 0 41 13 60 500 23 53
Binary 10000100 1011001 1110110 0 100001 1011 110000 101000000 10011 101011

Color Harmonies of #845976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845976

Black with #845976

Text Example


Text Example

White with #845976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845976; }

 p { color: rgb(132,89,118); }

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

background-color css

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

 a { background-color: rgb(132,89,118); }

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

border-color css

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

 span { border-color: rgb(132,89,118); }

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