#8B2293

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

Shades of Vivid Violet #8B2293

Tints of Vivid Violet #8B2293

Color information

#8B2293 (or 0x8B2293) is unknown color: approx Vivid Violet. HEX triplet: 8B, 22 and 93. RGB value is (139,34,147). Sum of RGB (Red+Green+Blue) = 139+34+147=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B2293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2293 is #74DD6C. Grayscale: #4D4D4D. Windows color (decimal): -7658861 or 9642635. OLE color: 9642635.

HSL color Cylindrical-coordinate representation of color #8B2293: hue angle of 295.75º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2293 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13934147-
CMYK0.050.7700.42
HSL295.75º62.43%35.49%-
HSV(B)295.75º76.87%57.65%-
XYZ16.498.7428.42-
YUV78.28166.79171.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=43.44%
G=10.62%
B=45.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139341470.050.7700.42295.7562.4335.49
Hex8B229354D02A1283e23
Octal2134222351150524507643
Binary100010111000101001001110110011010101010100101000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,34,147); }

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

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

 a { background-color: rgb(139,34,147); }

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

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

 span { border-color: rgb(139,34,147); }

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