#8B339A

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

Shades of Vivid Violet #8B339A

Tints of Vivid Violet #8B339A

Color information

#8B339A (or 0x8B339A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 33 and 9A. RGB value is (139,51,154). Sum of RGB (Red+Green+Blue) = 139+51+154=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B339A is #74CC65. Grayscale: #585858. Windows color (decimal): -7654502 or 10105739. OLE color: 10105739.

HSL color Cylindrical-coordinate representation of color #8B339A: hue angle of 291.26º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B339A is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13951154-
CMYK0.100.6700.40
HSL291.26º50.24%40.2%-
HSV(B)291.26º66.88%60.39%-
XYZ17.6610.1931.61-
YUV89.05164.65163.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=40.41%
G=14.83%
B=44.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139511540.100.6700.40291.2650.2440.2
Hex8B339AA430281233228
Octal21363232121030504436250
Binary1000101111001110011010101010000110101000100100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,51,154); }

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

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

 a { background-color: rgb(139,51,154); }

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

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

 span { border-color: rgb(139,51,154); }

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