#8607CA

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

Shades of Dark Violet #8607CA

Tints of Dark Violet #8607CA

Color information

#8607CA (or 0x8607CA) is unknown color: approx Dark Violet. HEX triplet: 86, 07 and CA. RGB value is (134,7,202). Sum of RGB (Red+Green+Blue) = 134+7+202=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #8607CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8607CA is #79F835. Grayscale: #424242. Windows color (decimal): -7993398 or 13240198. OLE color: 13240198.

HSL color Cylindrical-coordinate representation of color #8607CA: hue angle of 279.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8607CA is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1347202-
CMYK0.340.9700.21
HSL279.08º93.3%40.98%-
HSV(B)279.08º96.53%79.22%-
XYZ20.579.4856.62-
YUV67.2204.08175.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 7 (3.12% from 255) = 2.04%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=39.07%
G=2.04%
B=58.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13472020.340.9700.21279.0893.340.98
Hex867CA22610151175d29
Octal20673124214102542713551
Binary100001101111100101010001011000010101011000101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8607CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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