#8A4F9D

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

Shades of Vivid Violet #8A4F9D

Tints of Vivid Violet #8A4F9D

Color information

#8A4F9D (or 0x8A4F9D) is unknown color: approx Vivid Violet. HEX triplet: 8A, 4F and 9D. RGB value is (138,79,157). Sum of RGB (Red+Green+Blue) = 138+79+157=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A4F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4F9D is #75B062. Grayscale: #696969. Windows color (decimal): -7712867 or 10309514. OLE color: 10309514.

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

Color convert

RGB13879157-
CMYK0.120.5000.38
HSL285.38º33.05%46.27%-
HSV(B)285.38º49.68%61.57%-
XYZ19.3613.4333.47-
YUV105.53157.05151.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=36.90%
G=21.12%
B=41.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138791570.120.5000.38285.3833.0546.27
Hex8A4F9DC3202611d212e
Octal21211723514620464354156
Binary1000101010011111001110111001100100100110100011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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