#871AF8

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

Shades of Blue Violet #871AF8

Tints of Blue Violet #871AF8

Color information

#871AF8 (or 0x871AF8) is unknown color: approx Blue Violet. HEX triplet: 87, 1A and F8. RGB value is (135,26,248). Sum of RGB (Red+Green+Blue) = 135+26+248=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #871AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AF8 is #78E507. Grayscale: #535353. Windows color (decimal): -7922952 or 16259719. OLE color: 16259719.

HSL color Cylindrical-coordinate representation of color #871AF8: hue angle of 269.46º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #871AF8 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13526248-
CMYK0.460.9000.03
HSL269.46º94.07%53.73%-
HSV(B)269.46º89.52%97.25%-
XYZ27.312.6789.81-
YUV83.9220.61164.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 26 (10.55% from 255) = 6.36%
BLUE value IS 248 (97.27% from 255) = 60.64%
R=33.01%
G=6.36%
B=60.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal135262480.460.9000.03269.4694.0753.73
Hex871AF82E5A0310d5e36
Octal20732370561320341513666
Binary10000111110101111100010111010110100111000011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871AF8; }

 p { color: rgb(135,26,248); }

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

<style>
 a { background-color: #871AF8; }

 a { background-color: rgb(135,26,248); }

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

<style>
 span { border-color: #871AF8; }

 span { border-color: rgb(135,26,248); }

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