#8a2c9d

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

Shades of Vivid Violet #8A2C9D

Tints of Vivid Violet #8A2C9D

Color information

#8A2C9D (or 0x8A2C9D) is unknown color: approx Vivid Violet. HEX triplet: 8A, 2C and 9D. RGB value is (138,44,157). Sum of RGB (Red+Green+Blue) = 138+44+157=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A2C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C9D is #75D362. Grayscale: #545454. Windows color (decimal): -7721827 or 10300554. OLE color: 10300554.

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

Color convert

RGB13844157-
CMYK0.120.7200.38
HSL289.91º56.22%39.41%-
HSV(B)289.91º71.97%61.57%-
XYZ17.479.6432.84-
YUV84.99168.64165.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 44 (17.58% from 255) = 12.98%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=40.71%
G=12.98%
B=46.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138441570.120.7200.38289.9156.2239.41
Hex8A2C9DC480261223827
Octal21254235141100464427047
Binary1000101010110010011101110010010000100110100100010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a2c9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,44,157); }

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

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

 a { background-color: rgb(138,44,157); }

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

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

 span { border-color: rgb(138,44,157); }

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