Html Css Color HEX #8B496E Cannon Pink

📋 copy color: '#8B496E'

red 139 ◦ green 73 ◦ blue 110

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

Shades of Cannon Pink #8B496E

Tints of Cannon Pink #8B496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 43.17%
G = 22.67%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B496E (or 0x8B496E) is known color: Cannon Pink. HEX triplet: 8B, 49 and 6E. RGB value is (139,73,110). Sum of RGB (Red+Green+Blue) = 139+73+110=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B496E is #74B691. Grayscale: #606060. Windows color (decimal): -7648914 or 7227787. OLE color: 7227787.

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

Color convert

RGB 139 73 110 -
CMYK 0 0.47 0.21 0.45
HSL 326.36º 0.31% 0.42% -
HSV(B) 326.36º 0.47% 0.55% -
XYZ 15.84 11.38 16.11 -
YUV 96.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 139 73 110 0 0.47 0.21 0.45 326.36 0.31 0.42
Hex 8B 49 6E 0 2F 15 2D 146 1F 2A
Octal 213 111 156 0 57 25 55 506 37 52
Binary 10001011 1001001 1101110 0 101111 10101 101101 101000110 11111 101010

Color Harmonies of #8B496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B496E

Black with #8B496E

Text Example


Text Example

White with #8B496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,110); }

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

background-color css

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

 a { background-color: rgb(139,73,110); }

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

border-color css

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

 span { border-color: rgb(139,73,110); }

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