#8B4498

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

Shades of Vivid Violet #8B4498

Tints of Vivid Violet #8B4498

Color information

#8B4498 (or 0x8B4498) is unknown color: approx Vivid Violet. HEX triplet: 8B, 44 and 98. RGB value is (139,68,152). Sum of RGB (Red+Green+Blue) = 139+68+152=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B4498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4498 is #74BB67. Grayscale: #626262. Windows color (decimal): -7650152 or 9979019. OLE color: 9979019.

HSL color Cylindrical-coordinate representation of color #8B4498: hue angle of 290.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4498 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13968152-
CMYK0.090.5500.40
HSL290.71º38.18%43.14%-
HSV(B)290.71º55.26%59.61%-
XYZ18.3811.8931.03-
YUV98.8158.02156.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=38.72%
G=18.94%
B=42.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139681520.090.5500.40290.7138.1843.14
Hex8B4498937028123262b
Octal21310423011670504434653
Binary1000101110001001001100010011101110101000100100011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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