#8A249C

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

Shades of Vivid Violet #8A249C

Tints of Vivid Violet #8A249C

Color information

#8A249C (or 0x8A249C) is unknown color: approx Vivid Violet. HEX triplet: 8A, 24 and 9C. RGB value is (138,36,156). Sum of RGB (Red+Green+Blue) = 138+36+156=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A249C is #75DB63. Grayscale: #4F4F4F. Windows color (decimal): -7723876 or 10232970. OLE color: 10232970.

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

Color convert

RGB13836156-
CMYK0.120.7700.39
HSL291º62.5%37.65%-
HSV(B)291º76.92%61.18%-
XYZ17.119.0732.3-
YUV80.18170.79169.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 36 (14.45% from 255) = 10.91%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=41.82%
G=10.91%
B=47.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138361560.120.7700.3929162.537.65
Hex8A249CC4D0271233e26
Octal21244234141150474437646
Binary1000101010010010011100110010011010100111100100011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,156); }

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

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

 a { background-color: rgb(138,36,156); }

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

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

 span { border-color: rgb(138,36,156); }

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