#8337FB

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

Shades of Blue Violet #8337FB

Tints of Blue Violet #8337FB

Color information

#8337FB (or 0x8337FB) is unknown color: approx Blue Violet. HEX triplet: 83, 37 and FB. RGB value is (131,55,251). Sum of RGB (Red+Green+Blue) = 131+55+251=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #8337FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8337FB is #7CC804. Grayscale: #636363. Windows color (decimal): -8177669 or 16463747. OLE color: 16463747.

HSL color Cylindrical-coordinate representation of color #8337FB: hue angle of 263.27º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8337FB is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13155251-
CMYK0.480.7800.02
HSL263.27º96.08%60%-
HSV(B)263.27º78.09%98.43%-
XYZ28.1414.5292.59-
YUV100.07213.18150.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 55 (21.88% from 255) = 12.59%
BLUE value IS 251 (98.44% from 255) = 57.44%
R=29.98%
G=12.59%
B=57.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131552510.480.7800.02263.2796.0860
Hex8337FB304E02107603c
Octal20367373601160240714074
Binary100000111101111111101111000010011100101000001111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8337FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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