#8337D7

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

Shades of Blue Violet #8337D7

Tints of Blue Violet #8337D7

Color information

#8337D7 (or 0x8337D7) is unknown color: approx Blue Violet. HEX triplet: 83, 37 and D7. RGB value is (131,55,215). Sum of RGB (Red+Green+Blue) = 131+55+215=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #8337D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337D7 is #7CC828. Grayscale: #5F5F5F. Windows color (decimal): -8177705 or 14104451. OLE color: 14104451.

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

Color convert

RGB13155215-
CMYK0.390.7400.16
HSL268.5º66.67%52.94%-
HSV(B)268.5º74.42%84.31%-
XYZ22.9912.4665.48-
YUV95.96195.18152.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 215 (84.38% from 255) = 53.62%
R=32.67%
G=13.72%
B=53.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131552150.390.7400.16268.566.6752.94
Hex8337D7274A01010c4335
Octal203673274711202041410365
Binary100000111101111101011110011110010100100001000011001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8337D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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