#8B2898

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

Shades of Vivid Violet #8B2898

Tints of Vivid Violet #8B2898

Color information

#8B2898 (or 0x8B2898) is unknown color: approx Vivid Violet. HEX triplet: 8B, 28 and 98. RGB value is (139,40,152). Sum of RGB (Red+Green+Blue) = 139+40+152=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B2898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2898 is #74D767. Grayscale: #525252. Windows color (decimal): -7657320 or 9971851. OLE color: 9971851.

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

Color convert

RGB13940152-
CMYK0.090.7400.40
HSL293.04º58.33%37.65%-
HSV(B)293.04º73.68%59.61%-
XYZ17.079.2730.6-
YUV82.37167.3168.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 40 (16.02% from 255) = 12.08%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=41.99%
G=12.08%
B=45.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139401520.090.7400.40293.0458.3337.65
Hex8B289894A0281253a26
Octal21350230111120504457246
Binary1000101110100010011000100110010100101000100100101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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