#8B498F

Color #8B498F Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8B498F

Tints of Vivid Violet #8B498F

Color information

#8B498F (or 0x8B498F) is unknown color: approx Vivid Violet. HEX triplet: 8B, 49 and 8F. RGB value is (139,73,143). Sum of RGB (Red+Green+Blue) = 139+73+143=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B498F is #74B670. Grayscale: #646464. Windows color (decimal): -7648881 or 9390475. OLE color: 9390475.

HSL color Cylindrical-coordinate representation of color #8B498F: hue angle of 296.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B498F is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13973143-
CMYK0.030.4900.44
HSL296.57º32.41%42.35%-
HSV(B)296.57º48.95%56.08%-
XYZ17.9912.2427.4-
YUV100.71151.87155.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=39.15%
G=20.56%
B=40.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139731430.030.4900.44296.5732.4142.35
Hex8B498F33102C129202a
Octal2131112173610544514052
Binary10001011100100110001111111100010101100100101001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B498F;
 }
 .AnyTagClassName
 {
   color: #8B498F;
 }
</style>
background-color css

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

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

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

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

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

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