#8B4E94

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

Shades of Vivid Violet #8B4E94

Tints of Vivid Violet #8B4E94

Color information

#8B4E94 (or 0x8B4E94) is unknown color: approx Vivid Violet. HEX triplet: 8B, 4E and 94. RGB value is (139,78,148). Sum of RGB (Red+Green+Blue) = 139+78+148=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B4E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4E94 is #74B16B. Grayscale: #686868. Windows color (decimal): -7647596 or 9719435. OLE color: 9719435.

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

Color convert

RGB13978148-
CMYK0.060.4700.42
HSL292.29º30.97%44.31%-
HSV(B)292.29º47.3%58.04%-
XYZ18.7213.0829.55-
YUV104.22152.71152.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=38.08%
G=21.37%
B=40.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139781480.060.4700.42292.2930.9744.31
Hex8B4E9462F02A1241f2c
Octal2131162246570524443754
Binary10001011100111010010100110101111010101010010010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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