#8A3992

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

Shades of Vivid Violet #8A3992

Tints of Vivid Violet #8A3992

Color information

#8A3992 (or 0x8A3992) is unknown color: approx Vivid Violet. HEX triplet: 8A, 39 and 92. RGB value is (138,57,146). Sum of RGB (Red+Green+Blue) = 138+57+146=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3992 is #75C66D. Grayscale: #5B5B5B. Windows color (decimal): -7718510 or 9582986. OLE color: 9582986.

HSL color Cylindrical-coordinate representation of color #8A3992: hue angle of 294.61º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A3992 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13857146-
CMYK0.050.6100.43
HSL294.61º43.84%39.8%-
HSV(B)294.61º60.96%57.25%-
XYZ17.1310.428.3-
YUV91.36158.84161.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=40.47%
G=16.72%
B=42.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138571460.050.6100.43294.6143.8439.8
Hex8A399253D02B1272c28
Octal212712225750534475450
Binary10001010111001100100101011111010101011100100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,57,146); }

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

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

 a { background-color: rgb(138,57,146); }

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

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

 span { border-color: rgb(138,57,146); }

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