#872EFD

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

Shades of Blue Violet #872EFD

Tints of Blue Violet #872EFD

Color information

#872EFD (or 0x872EFD) is unknown color: approx Blue Violet. HEX triplet: 87, 2E and FD. RGB value is (135,46,253). Sum of RGB (Red+Green+Blue) = 135+46+253=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #872EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #872EFD is #78D102. Grayscale: #5F5F5F. Windows color (decimal): -7917827 or 16592519. OLE color: 16592519.

HSL color Cylindrical-coordinate representation of color #872EFD: hue angle of 265.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #872EFD is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13546253-
CMYK0.470.8200.01
HSL265.8º98.1%58.63%-
HSV(B)265.8º81.82%99.22%-
XYZ28.714.294.16-
YUV96.21216.49155.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 46 (18.36% from 255) = 10.60%
BLUE value IS 253 (99.22% from 255) = 58.29%
R=31.11%
G=10.60%
B=58.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal135462530.470.8200.01265.898.158.63
Hex872EFD2F520110a623b
Octal20756375571220141214273
Binary10000111101110111111011011111010010011000010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872EFD; }

 p { color: rgb(135,46,253); }

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

<style>
 a { background-color: #872EFD; }

 a { background-color: rgb(135,46,253); }

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

<style>
 span { border-color: #872EFD; }

 span { border-color: rgb(135,46,253); }

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