#8B469F

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

Shades of Vivid Violet #8B469F

Tints of Vivid Violet #8B469F

Color information

#8B469F (or 0x8B469F) is unknown color: approx Vivid Violet. HEX triplet: 8B, 46 and 9F. RGB value is (139,70,159). Sum of RGB (Red+Green+Blue) = 139+70+159=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B469F is #74B960. Grayscale: #646464. Windows color (decimal): -7649633 or 10438283. OLE color: 10438283.

HSL color Cylindrical-coordinate representation of color #8B469F: hue angle of 286.52º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B469F is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13970159-
CMYK0.130.5600.38
HSL286.52º38.86%44.9%-
HSV(B)286.52º55.97%62.35%-
XYZ19.112.3734.18-
YUV100.78160.86155.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=37.77%
G=19.02%
B=43.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139701590.130.5600.38286.5238.8644.9
Hex8B469FD3802611f272d
Octal21310623715700464374755
Binary1000101110001101001111111011110000100110100011111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,159); }

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

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

 a { background-color: rgb(139,70,159); }

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

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

 span { border-color: rgb(139,70,159); }

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