#8606EB

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

Shades of Dark Violet #8606EB

Tints of Dark Violet #8606EB

Color information

#8606EB (or 0x8606EB) is unknown color: approx Dark Violet. HEX triplet: 86, 06 and EB. RGB value is (134,6,235). Sum of RGB (Red+Green+Blue) = 134+6+235=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #8606EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8606EB is #79F914. Grayscale: #454545. Windows color (decimal): -7993621 or 15402630. OLE color: 15402630.

HSL color Cylindrical-coordinate representation of color #8606EB: hue angle of 273.54º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8606EB is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1346235-
CMYK0.430.9700.08
HSL273.54º95.02%47.25%-
HSV(B)273.54º97.45%92.16%-
XYZ24.8911.279.45-
YUV70.38220.91173.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 6 (2.73% from 255) = 1.6%
BLUE value IS 235 (92.19% from 255) = 62.67%
R=35.73%
G=1.6%
B=62.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13462350.430.9700.08273.5495.0247.25
Hex866EB2B61081125f2f
Octal20663535314101042213757
Binary10000110110111010111010111100001010001000100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8606EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8606EB; }

 p { color: rgb(134,6,235); }

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

<style>
 a { background-color: #8606EB; }

 a { background-color: rgb(134,6,235); }

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

<style>
 span { border-color: #8606EB; }

 span { border-color: rgb(134,6,235); }

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