Html Css Color HEX #855A77 Strikemaster

📋 copy color: '#855A77'

red 133 ◦ green 90 ◦ blue 119

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

Shades of Strikemaster #855A77

Tints of Strikemaster #855A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 38.89%
G = 26.32%
B = 34.8%

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

#855A77 (or 0x855A77) is known color: Strikemaster. HEX triplet: 85, 5A and 77. RGB value is (133,90,119). Sum of RGB (Red+Green+Blue) = 133+90+119=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A77 is #7AA588. Grayscale: #6A6A6A. Windows color (decimal): -8037769 or 7821957. OLE color: 7821957.

HSL color Cylindrical-coordinate representation of color #855A77: hue angle of 319.53º 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 #855A77 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 119 -
CMYK 0 0.32 0.11 0.48
HSL 319.53º 0.19% 0.44% -
HSV(B) 319.53º 0.32% 0.52% -
XYZ 16.66 13.63 19.21 -
YUV 106.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 133 90 119 0 0.32 0.11 0.48 319.53 0.19 0.44
Hex 85 5A 77 0 20 B 30 140 13 2C
Octal 205 132 167 0 40 13 60 500 23 54
Binary 10000101 1011010 1110111 0 100000 1011 110000 101000000 10011 101100

Color Harmonies of #855A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A77

Black with #855A77

Text Example


Text Example

White with #855A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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