#8339D6

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

Shades of Blue Violet #8339D6

Tints of Blue Violet #8339D6

Color information

#8339D6 (or 0x8339D6) is unknown color: approx Blue Violet. HEX triplet: 83, 39 and D6. RGB value is (131,57,214). Sum of RGB (Red+Green+Blue) = 131+57+214=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #8339D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339D6 is #7CC629. Grayscale: #606060. Windows color (decimal): -8177194 or 14039427. OLE color: 14039427.

HSL color Cylindrical-coordinate representation of color #8339D6: hue angle of 268.28º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8339D6 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13157214-
CMYK0.390.7300.16
HSL268.28º65.69%53.14%-
HSV(B)268.28º73.36%83.92%-
XYZ22.9612.6164.84-
YUV97.02194.02152.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 214 (83.98% from 255) = 53.23%
R=32.59%
G=14.18%
B=53.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131572140.390.7300.16268.2865.6953.14
Hex8339D6274901010c4235
Octal203713264711102041410265
Binary100000111110011101011010011110010010100001000011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8339D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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