#8306D6

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

Shades of Dark Violet #8306D6

Tints of Dark Violet #8306D6

Color information

#8306D6 (or 0x8306D6) is unknown color: approx Dark Violet. HEX triplet: 83, 06 and D6. RGB value is (131,6,214). Sum of RGB (Red+Green+Blue) = 131+6+214=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #8306D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8306D6 is #7CF929. Grayscale: #424242. Windows color (decimal): -8190250 or 14026371. OLE color: 14026371.

HSL color Cylindrical-coordinate representation of color #8306D6: hue angle of 276.06º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8306D6 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1316214-
CMYK0.390.9700.16
HSL276.06º94.55%43.14%-
HSV(B)276.06º97.2%83.92%-
XYZ21.569.8164.38-
YUV67.09210.91173.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 214 (83.98% from 255) = 60.97%
R=37.32%
G=1.71%
B=60.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal13162140.390.9700.16276.0694.5543.14
Hex836D627610101145f2b
Octal20363264714102042413753
Binary100000111101101011010011111000010100001000101001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8306D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8306D6; }

 p { color: rgb(131,6,214); }

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

<style>
 a { background-color: #8306D6; }

 a { background-color: rgb(131,6,214); }

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

<style>
 span { border-color: #8306D6; }

 span { border-color: rgb(131,6,214); }

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