#8A289B

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

Shades of Vivid Violet #8A289B

Tints of Vivid Violet #8A289B

Color information

#8A289B (or 0x8A289B) is unknown color: approx Vivid Violet. HEX triplet: 8A, 28 and 9B. RGB value is (138,40,155). Sum of RGB (Red+Green+Blue) = 138+40+155=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A289B is #75D764. Grayscale: #525252. Windows color (decimal): -7722853 or 10168458. OLE color: 10168458.

HSL color Cylindrical-coordinate representation of color #8A289B: hue angle of 291.13º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A289B is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13840155-
CMYK0.110.7400.39
HSL291.13º58.97%38.24%-
HSV(B)291.13º74.19%60.78%-
XYZ17.169.2931.9-
YUV82.41168.97167.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 40 (16.02% from 255) = 12.01%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=41.44%
G=12.01%
B=46.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138401550.110.7400.39291.1358.9738.24
Hex8A289BB4A0271233b26
Octal21250233131120474437346
Binary1000101010100010011011101110010100100111100100011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,40,155); }

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

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

 a { background-color: rgb(138,40,155); }

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

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

 span { border-color: rgb(138,40,155); }

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