#8334D9

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

Shades of Blue Violet #8334D9

Tints of Blue Violet #8334D9

Color information

#8334D9 (or 0x8334D9) is unknown color: approx Blue Violet. HEX triplet: 83, 34 and D9. RGB value is (131,52,217). Sum of RGB (Red+Green+Blue) = 131+52+217=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #8334D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334D9 is #7CCB26. Grayscale: #5D5D5D. Windows color (decimal): -8178471 or 14234755. OLE color: 14234755.

HSL color Cylindrical-coordinate representation of color #8334D9: hue angle of 268.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8334D9 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13152217-
CMYK0.400.7600.15
HSL268.73º68.46%52.75%-
HSV(B)268.73º76.04%85.1%-
XYZ23.1112.2966.8-
YUV94.43197.17154.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 52 (20.70% from 255) = 13%
BLUE value IS 217 (85.16% from 255) = 54.25%
R=32.75%
G=13%
B=54.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131522170.400.7600.15268.7368.4652.75
Hex8334D9284C0F10d4435
Octal203643315011401741510465
Binary10000011110100110110011010001001100011111000011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8334D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8334D9; }

 p { color: rgb(131,52,217); }

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

<style>
 a { background-color: #8334D9; }

 a { background-color: rgb(131,52,217); }

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

<style>
 span { border-color: #8334D9; }

 span { border-color: rgb(131,52,217); }

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