#8730A3

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

Shades of Vivid Violet #8730A3

Tints of Vivid Violet #8730A3

Color information

#8730A3 (or 0x8730A3) is unknown color: approx Vivid Violet. HEX triplet: 87, 30 and A3. RGB value is (135,48,163). Sum of RGB (Red+Green+Blue) = 135+48+163=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #8730A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8730A3 is #78CF5C. Grayscale: #565656. Windows color (decimal): -7917405 or 10694791. OLE color: 10694791.

HSL color Cylindrical-coordinate representation of color #8730A3: hue angle of 285.39º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8730A3 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13548163-
CMYK0.170.7100.36
HSL285.39º54.5%41.37%-
HSV(B)285.39º70.55%63.92%-
XYZ17.669.9135.63-
YUV87.12170.82162.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 48 (19.14% from 255) = 13.87%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=39.02%
G=13.87%
B=47.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135481630.170.7100.36285.3954.541.37
Hex8730A3114702411d3729
Octal20760243211070444356751
Binary10000111110000101000111000110001110100100100011101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8730A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8730A3; }

 p { color: rgb(135,48,163); }

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

<style>
 a { background-color: #8730A3; }

 a { background-color: rgb(135,48,163); }

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

<style>
 span { border-color: #8730A3; }

 span { border-color: rgb(135,48,163); }

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