#8339DF

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

Shades of Blue Violet #8339DF

Tints of Blue Violet #8339DF

Color information

#8339DF (or 0x8339DF) is unknown color: approx Blue Violet. HEX triplet: 83, 39 and DF. RGB value is (131,57,223). Sum of RGB (Red+Green+Blue) = 131+57+223=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #8339DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339DF is #7CC620. Grayscale: #616161. Windows color (decimal): -8177185 or 14629251. OLE color: 14629251.

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

Color convert

RGB13157223-
CMYK0.410.7400.13
HSL266.75º72.17%54.9%-
HSV(B)266.75º74.44%87.45%-
XYZ24.1413.0871.06-
YUV98.05198.52151.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 223 (87.5% from 255) = 54.26%
R=31.87%
G=13.87%
B=54.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131572230.410.7400.13266.7572.1754.9
Hex8339DF294A0D10b4837
Octal203713375111201541311067
Binary10000011111001110111111010011001010011011000010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8339DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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