#8342D7

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

Shades of Blue Violet #8342D7

Tints of Blue Violet #8342D7

Color information

#8342D7 (or 0x8342D7) is unknown color: approx Blue Violet. HEX triplet: 83, 42 and D7. RGB value is (131,66,215). Sum of RGB (Red+Green+Blue) = 131+66+215=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #8342D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8342D7 is #7CBD28. Grayscale: #656565. Windows color (decimal): -8174889 or 14107267. OLE color: 14107267.

HSL color Cylindrical-coordinate representation of color #8342D7: hue angle of 266.17º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8342D7 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13166215-
CMYK0.390.6900.16
HSL266.17º65.07%55.1%-
HSV(B)266.17º69.3%84.31%-
XYZ23.5713.6365.68-
YUV102.42191.53148.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 215 (84.38% from 255) = 52.18%
R=31.80%
G=16.02%
B=52.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131662150.390.6900.16266.1765.0755.1
Hex8342D7274501010a4137
Octal2031023274710502041210167
Binary1000001110000101101011110011110001010100001000010101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8342D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8342D7; }

 p { color: rgb(131,66,215); }

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

<style>
 a { background-color: #8342D7; }

 a { background-color: rgb(131,66,215); }

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

<style>
 span { border-color: #8342D7; }

 span { border-color: rgb(131,66,215); }

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