#8612CF

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

Shades of Dark Violet #8612CF

Tints of Dark Violet #8612CF

Color information

#8612CF (or 0x8612CF) is unknown color: approx Dark Violet. HEX triplet: 86, 12 and CF. RGB value is (134,18,207). Sum of RGB (Red+Green+Blue) = 134+18+207=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #8612CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8612CF is #79ED30. Grayscale: #494949. Windows color (decimal): -7990577 or 13570694. OLE color: 13570694.

HSL color Cylindrical-coordinate representation of color #8612CF: hue angle of 276.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8612CF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13418207-
CMYK0.350.9100.19
HSL276.83º84%44.12%-
HSV(B)276.83º91.3%81.18%-
XYZ21.3110.0159.84-
YUV74.23202.93170.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 18 (7.42% from 255) = 5.01%
BLUE value IS 207 (81.25% from 255) = 57.66%
R=37.33%
G=5.01%
B=57.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134182070.350.9100.19276.838444.12
Hex8612CF235B013115542c
Octal206223174313302342512454
Binary10000110100101100111110001110110110100111000101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8612CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8612CF; }

 p { color: rgb(134,18,207); }

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

<style>
 a { background-color: #8612CF; }

 a { background-color: rgb(134,18,207); }

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

<style>
 span { border-color: #8612CF; }

 span { border-color: rgb(134,18,207); }

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