#8B448D

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

Shades of Vivid Violet #8B448D

Tints of Vivid Violet #8B448D

Color information

#8B448D (or 0x8B448D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 44 and 8D. RGB value is (139,68,141). Sum of RGB (Red+Green+Blue) = 139+68+141=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B448D is #74BB72. Grayscale: #616161. Windows color (decimal): -7650163 or 9258123. OLE color: 9258123.

HSL color Cylindrical-coordinate representation of color #8B448D: hue angle of 298.36º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B448D is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13968141-
CMYK0.010.5200.45
HSL298.36º34.93%40.98%-
HSV(B)298.36º51.77%55.29%-
XYZ17.5211.5526.5-
YUV97.55152.52157.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=39.94%
G=19.54%
B=40.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139681410.010.5200.45298.3634.9340.98
Hex8B448D13402D12a2329
Octal2131042151640554524351
Binary1000101110001001000110111101000101101100101010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,141); }

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

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

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

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

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

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

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