Html Css Color HEX #855E78 Strikemaster

📋 copy color: '#855E78'

red 133 ◦ green 94 ◦ blue 120

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

Shades of Strikemaster #855E78

Tints of Strikemaster #855E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 38.33%
G = 27.09%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#855E78 (or 0x855E78) is known color: Strikemaster. HEX triplet: 85, 5E and 78. RGB value is (133,94,120). Sum of RGB (Red+Green+Blue) = 133+94+120=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E78 is #7AA187. Grayscale: #6C6C6C. Windows color (decimal): -8036744 or 7888517. OLE color: 7888517.

HSL color Cylindrical-coordinate representation of color #855E78: hue angle of 320º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E78 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 120 -
CMYK 0 0.29 0.10 0.48
HSL 320º 0.17% 0.45% -
HSV(B) 320º 0.29% 0.52% -
XYZ 17.07 14.35 19.64 -
YUV 108.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 133 94 120 0 0.29 0.10 0.48 320 0.17 0.45
Hex 85 5E 78 0 1D A 30 140 11 2D
Octal 205 136 170 0 35 12 60 500 21 55
Binary 10000101 1011110 1111000 0 11101 1010 110000 101000000 10001 101101

Color Harmonies of #855E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E78

Black with #855E78

Text Example


Text Example

White with #855E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,120); }

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

background-color css

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

 a { background-color: rgb(133,94,120); }

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

border-color css

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

 span { border-color: rgb(133,94,120); }

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