#8614c0

Color #8614C0 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8614C0

Tints of Dark Violet #8614C0

Color information

#8614C0 (or 0x8614C0) is unknown color: approx Dark Violet. HEX triplet: 86, 14 and C0. RGB value is (134,20,192). Sum of RGB (Red+Green+Blue) = 134+20+192=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #8614C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8614C0 is #79EB3F. Grayscale: #494949. Windows color (decimal): -7990080 or 12588166. OLE color: 12588166.

HSL color Cylindrical-coordinate representation of color #8614C0: hue angle of 279.77º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8614C0 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13420192-
CMYK0.300.9000.25
HSL279.77º81.13%41.57%-
HSV(B)279.77º89.58%75.29%-
XYZ19.69.3750.65-
YUV73.69194.77171.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 192 (75.39% from 255) = 55.49%
R=38.73%
G=5.78%
B=55.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134201920.300.9000.25279.7781.1341.57
Hex8614C01E5A019118512a
Octal206243003613203143012152
Binary1000011010100110000001111010110100110011000110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8614c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8614c0; }

 p { color: rgb(134,20,192); }

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

<style>
 a { background-color: #8614c0; }

 a { background-color: rgb(134,20,192); }

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

<style>
 span { border-color: #8614c0; }

 span { border-color: rgb(134,20,192); }

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