#8730A0

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

Shades of Vivid Violet #8730A0

Tints of Vivid Violet #8730A0

Color information

#8730A0 (or 0x8730A0) is unknown color: approx Vivid Violet. HEX triplet: 87, 30 and A0. RGB value is (135,48,160). Sum of RGB (Red+Green+Blue) = 135+48+160=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #8730A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8730A0 is #78CF5F. Grayscale: #565656. Windows color (decimal): -7917408 or 10498183. OLE color: 10498183.

HSL color Cylindrical-coordinate representation of color #8730A0: hue angle of 286.61º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8730A0 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13548160-
CMYK0.160.7000.37
HSL286.61º53.85%40.78%-
HSV(B)286.61º70%62.75%-
XYZ17.399.834.23-
YUV86.78169.32162.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 160 (62.89% from 255) = 46.65%
R=39.36%
G=13.99%
B=46.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135481600.160.7000.37286.6153.8540.78
Hex8730A0104602511f3629
Octal20760240201060454376651
Binary10000111110000101000001000010001100100101100011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8730A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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