#8B2599

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

Shades of Vivid Violet #8B2599

Tints of Vivid Violet #8B2599

Color information

#8B2599 (or 0x8B2599) is unknown color: approx Vivid Violet. HEX triplet: 8B, 25 and 99. RGB value is (139,37,153). Sum of RGB (Red+Green+Blue) = 139+37+153=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B2599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2599 is #74DA66. Grayscale: #505050. Windows color (decimal): -7658087 or 10036619. OLE color: 10036619.

HSL color Cylindrical-coordinate representation of color #8B2599: hue angle of 292.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2599 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13937153-
CMYK0.090.7600.4
HSL292.76º61.05%37.25%-
HSV(B)292.76º75.82%60%-
XYZ17.069.1131-
YUV80.72168.79169.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=42.25%
G=11.25%
B=46.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139371530.090.7600.4292.7661.0537.25
Hex8B259994C0281253d25
Octal21345231111140504457545
Binary1000101110010110011001100110011000101000100100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,37,153); }

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

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

 a { background-color: rgb(139,37,153); }

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

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

 span { border-color: rgb(139,37,153); }

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