#8439D6

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

Shades of Blue Violet #8439D6

Tints of Blue Violet #8439D6

Color information

#8439D6 (or 0x8439D6) is unknown color: approx Blue Violet. HEX triplet: 84, 39 and D6. RGB value is (132,57,214). Sum of RGB (Red+Green+Blue) = 132+57+214=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #8439D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439D6 is #7BC629. Grayscale: #606060. Windows color (decimal): -8111658 or 14039428. OLE color: 14039428.

HSL color Cylindrical-coordinate representation of color #8439D6: hue angle of 268.66º 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 #8439D6 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13257214-
CMYK0.380.7300.16
HSL268.66º65.69%53.14%-
HSV(B)268.66º73.36%83.92%-
XYZ23.1212.6964.85-
YUV97.32193.85152.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 214 (83.98% from 255) = 53.10%
R=32.75%
G=14.14%
B=53.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132572140.380.7300.16268.6665.6953.14
Hex8439D6264901010d4235
Octal204713264611102041510265
Binary100001001110011101011010011010010010100001000011011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8439D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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