#8339e1

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

Shades of Blue Violet #8339E1

Tints of Blue Violet #8339E1

Color information

#8339E1 (or 0x8339E1) is unknown color: approx Blue Violet. HEX triplet: 83, 39 and E1. RGB value is (131,57,225). Sum of RGB (Red+Green+Blue) = 131+57+225=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #8339E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339E1 is #7CC61E. Grayscale: #616161. Windows color (decimal): -8177183 or 14760323. OLE color: 14760323.

HSL color Cylindrical-coordinate representation of color #8339E1: hue angle of 266.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8339E1 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13157225-
CMYK0.420.7500.12
HSL266.43º73.68%55.29%-
HSV(B)266.43º74.67%88.24%-
XYZ24.4113.1972.49-
YUV98.28199.52151.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=31.72%
G=13.80%
B=54.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131572250.420.7500.12266.4373.6855.29
Hex8339E12A4B0C10a4a37
Octal203713415211301441211267
Binary10000011111001111000011010101001011011001000010101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8339e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8339e1; }

 p { color: rgb(131,57,225); }

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

<style>
 a { background-color: #8339e1; }

 a { background-color: rgb(131,57,225); }

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

<style>
 span { border-color: #8339e1; }

 span { border-color: rgb(131,57,225); }

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