#8614BF

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

Shades of Dark Violet #8614BF

Tints of Dark Violet #8614BF

Color information

#8614BF (or 0x8614BF) is unknown color: approx Dark Violet. HEX triplet: 86, 14 and BF. RGB value is (134,20,191). Sum of RGB (Red+Green+Blue) = 134+20+191=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #8614BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8614BF is #79EB40. Grayscale: #494949. Windows color (decimal): -7990081 or 12522630. OLE color: 12522630.

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

Color convert

RGB13420191-
CMYK0.300.9000.25
HSL280º81.04%41.37%-
HSV(B)280º89.53%74.9%-
XYZ19.499.3350.06-
YUV73.58194.27171.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 191 (75% from 255) = 55.36%
R=38.84%
G=5.80%
B=55.36%

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
Decimal134201910.300.9000.2528081.0441.37
Hex8614BF1E5A0191185129
Octal206242773613203143012151
Binary1000011010100101111111111010110100110011000110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8614BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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