Html Css Color HEX #8D4B74 Cannon Pink

📋 copy color: '#8D4B74'

red 141 ◦ green 75 ◦ blue 116

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

Shades of Cannon Pink #8D4B74

Tints of Cannon Pink #8D4B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 42.47%
G = 22.59%
B = 34.94%

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

#8D4B74 (or 0x8D4B74) is known color: Cannon Pink. HEX triplet: 8D, 4B and 74. RGB value is (141,75,116). Sum of RGB (Red+Green+Blue) = 141+75+116=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B74 is #72B48B. Grayscale: #636363. Windows color (decimal): -7517324 or 7621517. OLE color: 7621517.

HSL color Cylindrical-coordinate representation of color #8D4B74: hue angle of 322.73º 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 #8D4B74 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 75 116 -
CMYK 0 0.47 0.18 0.45
HSL 322.73º 0.31% 0.42% -
HSV(B) 322.73º 0.47% 0.55% -
XYZ 16.65 11.96 17.95 -
YUV 99.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 141 75 116 0 0.47 0.18 0.45 322.73 0.31 0.42
Hex 8D 4B 74 0 2F 12 2D 143 1F 2A
Octal 215 113 164 0 57 22 55 503 37 52
Binary 10001101 1001011 1110100 0 101111 10010 101101 101000011 11111 101010

Color Harmonies of #8D4B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4B74

Black with #8D4B74

Text Example


Text Example

White with #8D4B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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