#8A35AB

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

Shades of Vivid Violet #8A35AB

Tints of Vivid Violet #8A35AB

Color information

#8A35AB (or 0x8A35AB) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and AB. RGB value is (138,53,171). Sum of RGB (Red+Green+Blue) = 138+53+171=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A35AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A35AB is #75CA54. Grayscale: #5B5B5B. Windows color (decimal): -7719509 or 11220362. OLE color: 11220362.

HSL color Cylindrical-coordinate representation of color #8A35AB: hue angle of 283.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A35AB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13853171-
CMYK0.190.6900.33
HSL283.22º52.68%43.92%-
HSV(B)283.22º69.01%67.06%-
XYZ19.1110.8939.62-
YUV91.87172.66160.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.12%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=38.12%
G=14.64%
B=47.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138531710.190.6900.33283.2252.6843.92
Hex8A35AB134502111b352c
Octal21265253231050414336554
Binary10001010110101101010111001110001010100001100011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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