Html Css Color HEX #855A76 Strikemaster

📋 copy color: '#855A76'

red 133 ◦ green 90 ◦ blue 118

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

Shades of Strikemaster #855A76

Tints of Strikemaster #855A76

RGB

 RED value IS 133 (52.34% from 255) = 39%

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 39%
G = 26.39%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855A76 (or 0x855A76) is known color: Strikemaster. HEX triplet: 85, 5A and 76. RGB value is (133,90,118). Sum of RGB (Red+Green+Blue) = 133+90+118=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A76 is #7AA589. Grayscale: #696969. Windows color (decimal): -8037770 or 7756421. OLE color: 7756421.

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

Color convert

RGB 133 90 118 -
CMYK 0 0.32 0.11 0.48
HSL 320.93º 0.19% 0.44% -
HSV(B) 320.93º 0.32% 0.52% -
XYZ 16.6 13.61 18.89 -
YUV 106.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 133 90 118 0 0.32 0.11 0.48 320.93 0.19 0.44
Hex 85 5A 76 0 20 B 30 141 13 2C
Octal 205 132 166 0 40 13 60 501 23 54
Binary 10000101 1011010 1110110 0 100000 1011 110000 101000001 10011 101100

Color Harmonies of #855A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A76

Black with #855A76

Text Example


Text Example

White with #855A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855A76; }

 p { color: rgb(133,90,118); }

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

background-color css

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

 a { background-color: rgb(133,90,118); }

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

border-color css

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

 span { border-color: rgb(133,90,118); }

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