#8A469D

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

Shades of Vivid Violet #8A469D

Tints of Vivid Violet #8A469D

Color information

#8A469D (or 0x8A469D) is unknown color: approx Vivid Violet. HEX triplet: 8A, 46 and 9D. RGB value is (138,70,157). Sum of RGB (Red+Green+Blue) = 138+70+157=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A469D is #75B962. Grayscale: #636363. Windows color (decimal): -7715171 or 10307210. OLE color: 10307210.

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

Color convert

RGB13870157-
CMYK0.120.5500.38
HSL286.9º38.33%44.51%-
HSV(B)286.9º55.41%61.57%-
XYZ18.7612.2233.27-
YUV100.25160.03154.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=37.81%
G=19.18%
B=43.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138701570.120.5500.38286.938.3344.51
Hex8A469DC3702611f262d
Octal21210623514670464374655
Binary1000101010001101001110111001101110100110100011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,70,157); }

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

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

 a { background-color: rgb(138,70,157); }

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

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

 span { border-color: rgb(138,70,157); }

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