Html Css Color HEX #8B498B Trendy Pink

📋 copy color: '#8B498B'

red 139 ◦ green 73 ◦ blue 139

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

Shades of Trendy Pink #8B498B

Tints of Trendy Pink #8B498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 39.6%
G = 20.8%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B498B (or 0x8B498B) is known color: Trendy Pink. HEX triplet: 8B, 49 and 8B. RGB value is (139,73,139). Sum of RGB (Red+Green+Blue) = 139+73+139=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B498B is #74B674. Grayscale: #646464. Windows color (decimal): -7648885 or 9128331. OLE color: 9128331.

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

Color convert

RGB 139 73 139 -
CMYK 0 0.47 0 0.45
HSL 300º 0.31% 0.42% -
HSV(B) 300º 0.47% 0.55% -
XYZ 17.69 12.12 25.83 -
YUV 100.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 139 73 139 0 0.47 0 0.45 300 0.31 0.42
Hex 8B 49 8B 0 2F 0 2D 12C 1F 2A
Octal 213 111 213 0 57 0 55 454 37 52
Binary 10001011 1001001 10001011 0 101111 0 101101 100101100 11111 101010

Color Harmonies of #8B498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B498B

Black with #8B498B

Text Example


Text Example

White with #8B498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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