#8300ed

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

Shades of Dark Violet #8300ED

Tints of Dark Violet #8300ED

Color information

#8300ED (or 0x8300ED) is unknown color: approx Dark Violet. HEX triplet: 83, 00 and ED. RGB value is (131,0,237). Sum of RGB (Red+Green+Blue) = 131+0+237=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #8300ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300ED is #7CFF12. Grayscale: #414141. Windows color (decimal): -8191763 or 15532163. OLE color: 15532163.

HSL color Cylindrical-coordinate representation of color #8300ED: hue angle of 273.16º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300ED is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1310237-
CMYK0.45100.07
HSL273.16º100%46.47%-
HSV(B)273.16º100%92.94%-
XYZ24.6510.9480.93-
YUV66.19224.4174.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 64.40%
R=35.60%
G=0%
B=64.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13102370.45100.07273.1610046.47
Hex830ED2D6407111642e
Octal2030355551440742114456
Binary10000011011101101101101110010001111000100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8300ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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