#8A2FA6

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

Shades of Vivid Violet #8A2FA6

Tints of Vivid Violet #8A2FA6

Color information

#8A2FA6 (or 0x8A2FA6) is unknown color: approx Vivid Violet. HEX triplet: 8A, 2F and A6. RGB value is (138,47,166). Sum of RGB (Red+Green+Blue) = 138+47+166=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 166 - color contains mainly: blue. Hex color #8A2FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2FA6 is #75D059. Grayscale: #575757. Windows color (decimal): -7721050 or 10891146. OLE color: 10891146.

HSL color Cylindrical-coordinate representation of color #8A2FA6: hue angle of 285.88º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2FA6 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13847166-
CMYK0.170.7200.35
HSL285.88º55.87%41.76%-
HSV(B)285.88º71.69%65.1%-
XYZ18.3810.1937.07-
YUV87.78172.15163.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.32%
GREEN value IS 47 (18.75% from 255) = 13.39%
BLUE value IS 166 (65.23% from 255) = 47.29%
R=39.32%
G=13.39%
B=47.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138471660.170.7200.35285.8855.8741.76
Hex8A2FA6114802311e382a
Octal21257246211100434367052
Binary10001010101111101001101000110010000100011100011110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,47,166); }

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

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

 a { background-color: rgb(138,47,166); }

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

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

 span { border-color: rgb(138,47,166); }

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