#8610C6

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

Shades of Dark Violet #8610C6

Tints of Dark Violet #8610C6

Color information

#8610C6 (or 0x8610C6) is unknown color: approx Dark Violet. HEX triplet: 86, 10 and C6. RGB value is (134,16,198). Sum of RGB (Red+Green+Blue) = 134+16+198=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #8610C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8610C6 is #79EF39. Grayscale: #474747. Windows color (decimal): -7991098 or 12980358. OLE color: 12980358.

HSL color Cylindrical-coordinate representation of color #8610C6: hue angle of 278.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8610C6 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13416198-
CMYK0.320.9200.22
HSL278.9º85.05%41.96%-
HSV(B)278.9º91.92%77.65%-
XYZ20.219.5254.2-
YUV72.03199.09172.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 16 (6.64% from 255) = 4.60%
BLUE value IS 198 (77.73% from 255) = 56.90%
R=38.51%
G=4.60%
B=56.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134161980.320.9200.22278.985.0541.96
Hex8610C6205C016117552a
Octal206203064013402642712552
Binary10000110100001100011010000010111000101101000101111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8610C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8610C6; }

 p { color: rgb(134,16,198); }

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

<style>
 a { background-color: #8610C6; }

 a { background-color: rgb(134,16,198); }

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

<style>
 span { border-color: #8610C6; }

 span { border-color: rgb(134,16,198); }

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