#8B5094

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

Shades of Vivid Violet #8B5094

Tints of Vivid Violet #8B5094

Color information

#8B5094 (or 0x8B5094) is unknown color: approx Vivid Violet. HEX triplet: 8B, 50 and 94. RGB value is (139,80,148). Sum of RGB (Red+Green+Blue) = 139+80+148=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5094 is #74AF6B. Grayscale: #696969. Windows color (decimal): -7647084 or 9719947. OLE color: 9719947.

HSL color Cylindrical-coordinate representation of color #8B5094: hue angle of 292.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B5094 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13980148-
CMYK0.060.4600.42
HSL292.06º29.82%44.71%-
HSV(B)292.06º45.95%58.04%-
XYZ18.8613.3629.6-
YUV105.39152.05151.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=37.87%
G=21.80%
B=40.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139801480.060.4600.42292.0629.8244.71
Hex8B509462E02A1241e2d
Octal2131202246560524443655
Binary10001011101000010010100110101110010101010010010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,148); }

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

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

 a { background-color: rgb(139,80,148); }

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

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

 span { border-color: rgb(139,80,148); }

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