#8618AA

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

Shades of Vivid Violet #8618AA

Tints of Vivid Violet #8618AA

Color information

#8618AA (or 0x8618AA) is unknown color: approx Vivid Violet. HEX triplet: 86, 18 and AA. RGB value is (134,24,170). Sum of RGB (Red+Green+Blue) = 134+24+170=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #8618AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8618AA is #79E755. Grayscale: #494949. Windows color (decimal): -7989078 or 11147398. OLE color: 11147398.

HSL color Cylindrical-coordinate representation of color #8618AA: hue angle of 285.21º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8618AA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13424170-
CMYK0.210.8600.33
HSL285.21º75.26%38.04%-
HSV(B)285.21º85.88%66.67%-
XYZ17.418.6238.78-
YUV73.53182.44171.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=40.85%
G=7.32%
B=51.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134241700.210.8600.33285.2175.2638.04
Hex8618AA155602111d4b26
Octal206302522512604143511346
Binary10000110110001010101010101101011001000011000111011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8618AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8618AA; }

 p { color: rgb(134,24,170); }

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

<style>
 a { background-color: #8618AA; }

 a { background-color: rgb(134,24,170); }

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

<style>
 span { border-color: #8618AA; }

 span { border-color: rgb(134,24,170); }

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