Html Css Color HEX #895278 Strikemaster

📋 copy color: '#895278'

red 137 ◦ green 82 ◦ blue 120

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

Shades of Strikemaster #895278

Tints of Strikemaster #895278

RGB

 RED value IS 137 (53.91% from 255) = 40.41%

 GREEN value IS 82 (32.42% from 255) = 24.19%

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

R = 40.41%
G = 24.19%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#895278 (or 0x895278) is known color: Strikemaster. HEX triplet: 89, 52 and 78. RGB value is (137,82,120). Sum of RGB (Red+Green+Blue) = 137+82+120=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895278 is #76AD87. Grayscale: #666666. Windows color (decimal): -7777672 or 7885449. OLE color: 7885449.

HSL color Cylindrical-coordinate representation of color #895278: hue angle of 318.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895278 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 120 -
CMYK 0 0.40 0.12 0.46
HSL 318.55º 0.25% 0.43% -
HSV(B) 318.55º 0.4% 0.54% -
XYZ 16.72 12.71 19.34 -
YUV 102.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 137 82 120 0 0.40 0.12 0.46 318.55 0.25 0.43
Hex 89 52 78 0 28 C 2E 13F 19 2B
Octal 211 122 170 0 50 14 56 477 31 53
Binary 10001001 1010010 1111000 0 101000 1100 101110 100111111 11001 101011

Color Harmonies of #895278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895278

Black with #895278

Text Example


Text Example

White with #895278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895278; }

 p { color: rgb(137,82,120); }

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

background-color css

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

 a { background-color: rgb(137,82,120); }

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

border-color css

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

 span { border-color: rgb(137,82,120); }

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