#8742A7

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

Shades of Vivid Violet #8742A7

Tints of Vivid Violet #8742A7

Color information

#8742A7 (or 0x8742A7) is unknown color: approx Vivid Violet. HEX triplet: 87, 42 and A7. RGB value is (135,66,167). Sum of RGB (Red+Green+Blue) = 135+66+167=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #8742A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8742A7 is #78BD58. Grayscale: #616161. Windows color (decimal): -7912793 or 10961543. OLE color: 10961543.

HSL color Cylindrical-coordinate representation of color #8742A7: hue angle of 280.99º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8742A7 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13566167-
CMYK0.190.6000.35
HSL280.99º43.35%45.69%-
HSV(B)280.99º60.48%65.49%-
XYZ18.9111.8437.85-
YUV98.14166.86154.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=36.68%
G=17.93%
B=45.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135661670.190.6000.35280.9943.3545.69
Hex8742A7133C0231192b2e
Octal20710224723740434315356
Binary10000111100001010100111100111111000100011100011001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8742A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8742A7; }

 p { color: rgb(135,66,167); }

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

<style>
 a { background-color: #8742A7; }

 a { background-color: rgb(135,66,167); }

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

<style>
 span { border-color: #8742A7; }

 span { border-color: rgb(135,66,167); }

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