#8A35AE

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

Shades of Vivid Violet #8A35AE

Tints of Vivid Violet #8A35AE

Color information

#8A35AE (or 0x8A35AE) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and AE. RGB value is (138,53,174). Sum of RGB (Red+Green+Blue) = 138+53+174=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A35AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A35AE is #75CA51. Grayscale: #5B5B5B. Windows color (decimal): -7719506 or 11416970. OLE color: 11416970.

HSL color Cylindrical-coordinate representation of color #8A35AE: hue angle of 282.15º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A35AE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13853174-
CMYK0.210.7000.32
HSL282.15º53.3%44.51%-
HSV(B)282.15º69.54%68.24%-
XYZ19.3911.0141.15-
YUV92.21174.16160.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=37.81%
G=14.52%
B=47.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138531740.210.7000.32282.1553.344.51
Hex8A35AE154602011a352d
Octal21265256251060404326555
Binary10001010110101101011101010110001100100000100011010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,53,174); }

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

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

 a { background-color: rgb(138,53,174); }

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

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

 span { border-color: rgb(138,53,174); }

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