#8137FB

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

Shades of Blue Violet #8137FB

Tints of Blue Violet #8137FB

Color information

#8137FB (or 0x8137FB) is unknown color: approx Blue Violet. HEX triplet: 81, 37 and FB. RGB value is (129,55,251). Sum of RGB (Red+Green+Blue) = 129+55+251=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #8137FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8137FB is #7EC804. Grayscale: #626262. Windows color (decimal): -8308741 or 16463745. OLE color: 16463745.

HSL color Cylindrical-coordinate representation of color #8137FB: hue angle of 262.65º 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 #8137FB is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12955251-
CMYK0.490.7800.02
HSL262.65º96.08%60%-
HSV(B)262.65º78.09%98.43%-
XYZ27.8314.3692.57-
YUV99.47213.52149.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 55 (21.88% from 255) = 12.64%
BLUE value IS 251 (98.44% from 255) = 57.70%
R=29.66%
G=12.64%
B=57.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129552510.490.7800.02262.6596.0860
Hex8137FB314E02107603c
Octal20167373611160240714074
Binary100000011101111111101111000110011100101000001111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8137FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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