#8A239F

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

Shades of Vivid Violet #8A239F

Tints of Vivid Violet #8A239F

Color information

#8A239F (or 0x8A239F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 23 and 9F. RGB value is (138,35,159). Sum of RGB (Red+Green+Blue) = 138+35+159=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A239F is #75DC60. Grayscale: #4F4F4F. Windows color (decimal): -7724129 or 10429322. OLE color: 10429322.

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

Color convert

RGB13835159-
CMYK0.130.7800.38
HSL289.84º63.92%38.04%-
HSV(B)289.84º77.99%62.35%-
XYZ17.349.1133.65-
YUV79.93172.62169.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 35 (14.06% from 255) = 10.54%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=41.57%
G=10.54%
B=47.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138351590.130.7800.38289.8463.9238.04
Hex8A239FD4E0261224026
Octal212432371511604644210046
Binary10001010100011100111111101100111001001101001000101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A239F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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