#8310DF

Color #8310DF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8310DF

Tints of Blue Violet #8310DF

Color information

#8310DF (or 0x8310DF) is unknown color: approx Blue Violet. HEX triplet: 83, 10 and DF. RGB value is (131,16,223). Sum of RGB (Red+Green+Blue) = 131+16+223=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #8310DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310DF is #7CEF20. Grayscale: #494949. Windows color (decimal): -8187681 or 14618755. OLE color: 14618755.

HSL color Cylindrical-coordinate representation of color #8310DF: hue angle of 273.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8310DF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13116223-
CMYK0.410.9300.13
HSL273.33º86.61%46.86%-
HSV(B)273.33º92.83%87.45%-
XYZ22.8610.5270.64-
YUV73.98212.1168.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 16 (6.64% from 255) = 4.32%
BLUE value IS 223 (87.5% from 255) = 60.27%
R=35.41%
G=4.32%
B=60.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131162230.410.9300.13273.3386.6146.86
Hex8310DF295D0D111572f
Octal203203375113501542112757
Binary1000001110000110111111010011011101011011000100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8310DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8310DF; }

 p { color: rgb(131,16,223); }

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

<style>
 a { background-color: #8310DF; }

 a { background-color: rgb(131,16,223); }

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

<style>
 span { border-color: #8310DF; }

 span { border-color: rgb(131,16,223); }

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