Html Css Color HEX #8D4B73 Cannon Pink

📋 copy color: '#8D4B73'

red 141 ◦ green 75 ◦ blue 115

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

Shades of Cannon Pink #8D4B73

Tints of Cannon Pink #8D4B73

RGB

 RED value IS 141 (55.47% from 255) = 42.6%

 GREEN value IS 75 (29.69% from 255) = 22.66%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 42.6%
G = 22.66%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D4B73 (or 0x8D4B73) is known color: Cannon Pink. HEX triplet: 8D, 4B and 73. RGB value is (141,75,115). Sum of RGB (Red+Green+Blue) = 141+75+115=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B73 is #72B48C. Grayscale: #636363. Windows color (decimal): -7517325 or 7555981. OLE color: 7555981.

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

Color convert

RGB 141 75 115 -
CMYK 0 0.47 0.18 0.45
HSL 323.64º 0.31% 0.42% -
HSV(B) 323.64º 0.47% 0.55% -
XYZ 16.6 11.93 17.65 -
YUV 99.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 141 75 115 0 0.47 0.18 0.45 323.64 0.31 0.42
Hex 8D 4B 73 0 2F 12 2D 144 1F 2A
Octal 215 113 163 0 57 22 55 504 37 52
Binary 10001101 1001011 1110011 0 101111 10010 101101 101000100 11111 101010

Color Harmonies of #8D4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4B73

Black with #8D4B73

Text Example


Text Example

White with #8D4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,75,115); }

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

background-color css

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

 a { background-color: rgb(141,75,115); }

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

border-color css

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

 span { border-color: rgb(141,75,115); }

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