#8300d8

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

Shades of Dark Violet #8300D8

Tints of Dark Violet #8300D8

Color information

#8300D8 (or 0x8300D8) is unknown color: approx Dark Violet. HEX triplet: 83, 00 and D8. RGB value is (131,0,216). Sum of RGB (Red+Green+Blue) = 131+0+216=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 216 (84.77% from 255 or 62.25% from 347); Max value from RGB is 216 - color contains mainly: blue. Hex color #8300D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300D8 is #7CFF27. Grayscale: #3F3F3F. Windows color (decimal): -8191784 or 14155907. OLE color: 14155907.

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

Color convert

RGB1310216-
CMYK0.39100.15
HSL276.39º100%42.35%-
HSV(B)276.39º100%84.71%-
XYZ21.759.7865.71-
YUV63.79213.9175.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 216 (84.77% from 255) = 62.25%
R=37.75%
G=0%
B=62.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13102160.39100.15276.3910042.35
Hex830D827640F114642a
Octal20303304714401742414452
Binary100000110110110001001111100100011111000101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8300d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8300d8; }

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

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

<style>
 a { background-color: #8300d8; }

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

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

<style>
 span { border-color: #8300d8; }

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

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