#8B219B

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

Shades of Vivid Violet #8B219B

Tints of Vivid Violet #8B219B

Color information

#8B219B (or 0x8B219B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 21 and 9B. RGB value is (139,33,155). Sum of RGB (Red+Green+Blue) = 139+33+155=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B219B is #74DE64. Grayscale: #4E4E4E. Windows color (decimal): -7659109 or 10166667. OLE color: 10166667.

HSL color Cylindrical-coordinate representation of color #8B219B: hue angle of 292.13º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B219B is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13933155-
CMYK0.100.7900.39
HSL292.13º64.89%36.86%-
HSV(B)292.13º78.71%60.78%-
XYZ17.118.9431.83-
YUV78.6171.12171.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=42.51%
G=10.09%
B=47.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139331550.100.7900.39292.1364.8936.86
Hex8B219BA4F0271244125
Octal213412331211704744410145
Binary10001011100001100110111010100111101001111001001001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,33,155); }

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

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

 a { background-color: rgb(139,33,155); }

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

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

 span { border-color: rgb(139,33,155); }

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