#8B3CA1

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

Shades of Vivid Violet #8B3CA1

Tints of Vivid Violet #8B3CA1

Color information

#8B3CA1 (or 0x8B3CA1) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3C and A1. RGB value is (139,60,161). Sum of RGB (Red+Green+Blue) = 139+60+161=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 161 - color contains mainly: blue. Hex color #8B3CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3CA1 is #74C35E. Grayscale: #5E5E5E. Windows color (decimal): -7652191 or 10566795. OLE color: 10566795.

HSL color Cylindrical-coordinate representation of color #8B3CA1: hue angle of 286.93º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3CA1 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13960161-
CMYK0.140.6300.37
HSL286.93º45.7%43.33%-
HSV(B)286.93º62.73%63.14%-
XYZ18.711.2934.91-
YUV95.14165.17159.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 60 (23.83% from 255) = 16.67%
BLUE value IS 161 (63.28% from 255) = 44.72%
R=38.61%
G=16.67%
B=44.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139601610.140.6300.37286.9345.743.33
Hex8B3CA1E3F02511f2e2b
Octal2137424116770454375653
Binary100010111111001010000111101111110100101100011111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,161); }

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

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

 a { background-color: rgb(139,60,161); }

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

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

 span { border-color: rgb(139,60,161); }

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