#8607B1

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

Shades of Dark Violet #8607B1

Tints of Dark Violet #8607B1

Color information

#8607B1 (or 0x8607B1) is unknown color: approx Dark Violet. HEX triplet: 86, 07 and B1. RGB value is (134,7,177). Sum of RGB (Red+Green+Blue) = 134+7+177=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #8607B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8607B1 is #79F84E. Grayscale: #3F3F3F. Windows color (decimal): -7993423 or 11601798. OLE color: 11601798.

HSL color Cylindrical-coordinate representation of color #8607B1: hue angle of 284.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8607B1 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1347177-
CMYK0.240.9600.31
HSL284.82º92.39%36.08%-
HSV(B)284.82º96.05%69.41%-
XYZ17.848.3942.27-
YUV64.35191.58177.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 7 (3.12% from 255) = 2.20%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=42.14%
G=2.20%
B=55.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13471770.240.9600.31284.8292.3936.08
Hex867B1186001F11d5c24
Octal20672613014003743513444
Binary10000110111101100011100011000000111111000111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8607B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8607B1; }

 p { color: rgb(134,7,177); }

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

<style>
 a { background-color: #8607B1; }

 a { background-color: rgb(134,7,177); }

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

<style>
 span { border-color: #8607B1; }

 span { border-color: rgb(134,7,177); }

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