#8B4998

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

Shades of Vivid Violet #8B4998

Tints of Vivid Violet #8B4998

Color information

#8B4998 (or 0x8B4998) is unknown color: approx Vivid Violet. HEX triplet: 8B, 49 and 98. RGB value is (139,73,152). Sum of RGB (Red+Green+Blue) = 139+73+152=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4998 is #74B667. Grayscale: #656565. Windows color (decimal): -7648872 or 9980299. OLE color: 9980299.

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

Color convert

RGB13973152-
CMYK0.090.5200.40
HSL290.13º35.11%44.12%-
HSV(B)290.13º51.97%59.61%-
XYZ18.712.5231.14-
YUV101.74156.37154.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=38.19%
G=20.05%
B=41.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139731520.090.5200.40290.1335.1144.12
Hex8B4998934028122232c
Octal21311123011640504424354
Binary1000101110010011001100010011101000101000100100010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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