#8A269F

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

Shades of Vivid Violet #8A269F

Tints of Vivid Violet #8A269F

Color information

#8A269F (or 0x8A269F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 26 and 9F. RGB value is (138,38,159). Sum of RGB (Red+Green+Blue) = 138+38+159=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A269F is #75D960. Grayscale: #515151. Windows color (decimal): -7723361 or 10430090. OLE color: 10430090.

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

Color convert

RGB13838159-
CMYK0.130.7600.38
HSL289.59º61.42%38.63%-
HSV(B)289.59º76.1%62.35%-
XYZ17.439.2933.68-
YUV81.69171.63168.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=41.19%
G=11.34%
B=47.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138381590.130.7600.38289.5961.4238.63
Hex8A269FD4C0261223d27
Octal21246237151140464427547
Binary1000101010011010011111110110011000100110100100010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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