#8307D8

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

Shades of Dark Violet #8307D8

Tints of Dark Violet #8307D8

Color information

#8307D8 (or 0x8307D8) is unknown color: approx Dark Violet. HEX triplet: 83, 07 and D8. RGB value is (131,7,216). Sum of RGB (Red+Green+Blue) = 131+7+216=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 216 (84.77% from 255 or 61.02% from 354); Max value from RGB is 216 - color contains mainly: blue. Hex color #8307D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8307D8 is #7CF827. Grayscale: #434343. Windows color (decimal): -8189992 or 14157699. OLE color: 14157699.

HSL color Cylindrical-coordinate representation of color #8307D8: hue angle of 275.6º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8307D8 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1317216-
CMYK0.390.9700.15
HSL275.6º93.72%43.73%-
HSV(B)275.6º96.76%84.71%-
XYZ21.839.9465.73-
YUV67.9211.58173.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 216 (84.77% from 255) = 61.02%
R=37.01%
G=1.98%
B=61.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13172160.390.9700.15275.693.7243.73
Hex837D827610F1145e2c
Octal20373304714101742413654
Binary10000011111110110001001111100001011111000101001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8307D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8307D8; }

 p { color: rgb(131,7,216); }

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

<style>
 a { background-color: #8307D8; }

 a { background-color: rgb(131,7,216); }

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

<style>
 span { border-color: #8307D8; }

 span { border-color: rgb(131,7,216); }

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