#8A289F

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

Shades of Vivid Violet #8A289F

Tints of Vivid Violet #8A289F

Color information

#8A289F (or 0x8A289F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 28 and 9F. RGB value is (138,40,159). Sum of RGB (Red+Green+Blue) = 138+40+159=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A289F is #75D760. Grayscale: #525252. Windows color (decimal): -7722849 or 10430602. OLE color: 10430602.

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

Color convert

RGB13840159-
CMYK0.130.7500.38
HSL289.41º59.8%39.02%-
HSV(B)289.41º74.84%62.35%-
XYZ17.59.4233.7-
YUV82.87170.97167.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=40.95%
G=11.87%
B=47.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138401590.130.7500.38289.4159.839.02
Hex8A289FD4B0261213c27
Octal21250237151130464417447
Binary1000101010100010011111110110010110100110100100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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