Html Css Color HEX #8B5070 Cannon Pink

📋 copy color: '#8B5070'

red 139 ◦ green 80 ◦ blue 112

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

Shades of Cannon Pink #8B5070

Tints of Cannon Pink #8B5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 41.99%
G = 24.17%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B5070 (or 0x8B5070) is known color: Cannon Pink. HEX triplet: 8B, 50 and 70. RGB value is (139,80,112). Sum of RGB (Red+Green+Blue) = 139+80+112=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5070 is #74AF8F. Grayscale: #656565. Windows color (decimal): -7647120 or 7360651. OLE color: 7360651.

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

Color convert

RGB 139 80 112 -
CMYK 0 0.42 0.19 0.45
HSL 327.46º 0.27% 0.43% -
HSV(B) 327.46º 0.42% 0.55% -
XYZ 16.44 12.4 16.86 -
YUV 101.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 139 80 112 0 0.42 0.19 0.45 327.46 0.27 0.43
Hex 8B 50 70 0 2A 13 2D 147 1B 2B
Octal 213 120 160 0 52 23 55 507 33 53
Binary 10001011 1010000 1110000 0 101010 10011 101101 101000111 11011 101011

Color Harmonies of #8B5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5070

Black with #8B5070

Text Example


Text Example

White with #8B5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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