#8B3090

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

Shades of Vivid Violet #8B3090

Tints of Vivid Violet #8B3090

Color information

#8B3090 (or 0x8B3090) is unknown color: approx Vivid Violet. HEX triplet: 8B, 30 and 90. RGB value is (139,48,144). Sum of RGB (Red+Green+Blue) = 139+48+144=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B3090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3090 is #74CF6F. Grayscale: #555555. Windows color (decimal): -7655280 or 9449611. OLE color: 9449611.

HSL color Cylindrical-coordinate representation of color #8B3090: hue angle of 296.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B3090 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13948144-
CMYK0.030.6700.44
HSL296.88º50%37.65%-
HSV(B)296.88º66.67%56.47%-
XYZ16.749.6227.36-
YUV86.15160.65165.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 48 (19.14% from 255) = 14.50%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=41.99%
G=14.50%
B=43.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139481440.030.6700.44296.885037.65
Hex8B309034302C1293226
Octal2136022031030544516246
Binary10001011110000100100001110000110101100100101001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,48,144); }

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

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

 a { background-color: rgb(139,48,144); }

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

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

 span { border-color: rgb(139,48,144); }

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