#8310E0

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

Shades of Blue Violet #8310E0

Tints of Blue Violet #8310E0

Color information

#8310E0 (or 0x8310E0) is unknown color: approx Blue Violet. HEX triplet: 83, 10 and E0. RGB value is (131,16,224). Sum of RGB (Red+Green+Blue) = 131+16+224=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #8310E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310E0 is #7CEF1F. Grayscale: #494949. Windows color (decimal): -8187680 or 14684291. OLE color: 14684291.

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

Color convert

RGB13116224-
CMYK0.420.9300.12
HSL273.17º86.67%47.06%-
HSV(B)273.17º92.86%87.84%-
XYZ2310.5871.35-
YUV74.1212.6168.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 16 (6.64% from 255) = 4.31%
BLUE value IS 224 (87.89% from 255) = 60.38%
R=35.31%
G=4.31%
B=60.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131162240.420.9300.12273.1786.6747.06
Hex8310E02A5D0C111572f
Octal203203405213501442112757
Binary1000001110000111000001010101011101011001000100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8310E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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