Html Css Color HEX #8B5770 Cannon Pink

📋 copy color: '#8B5770'

red 139 ◦ green 87 ◦ blue 112

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

Shades of Cannon Pink #8B5770

Tints of Cannon Pink #8B5770

RGB

 RED value IS 139 (54.69% from 255) = 41.12%

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 41.12%
G = 25.74%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B5770 (or 0x8B5770) is known color: Cannon Pink. HEX triplet: 8B, 57 and 70. RGB value is (139,87,112). Sum of RGB (Red+Green+Blue) = 139+87+112=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5770 is #74A88F. Grayscale: #696969. Windows color (decimal): -7645328 or 7362443. OLE color: 7362443.

HSL color Cylindrical-coordinate representation of color #8B5770: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5770 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 87 112 -
CMYK 0 0.37 0.19 0.45
HSL 331.15º 0.23% 0.44% -
HSV(B) 331.15º 0.37% 0.55% -
XYZ 16.98 13.48 17.04 -
YUV 105.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 139 87 112 0 0.37 0.19 0.45 331.15 0.23 0.44
Hex 8B 57 70 0 25 13 2D 14B 17 2C
Octal 213 127 160 0 45 23 55 513 27 54
Binary 10001011 1010111 1110000 0 100101 10011 101101 101001011 10111 101100

Color Harmonies of #8B5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5770

Black with #8B5770

Text Example


Text Example

White with #8B5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B5770; }

 p { color: rgb(139,87,112); }

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

background-color css

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

 a { background-color: rgb(139,87,112); }

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

border-color css

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

 span { border-color: rgb(139,87,112); }

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