#872DEB

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

Shades of Blue Violet #872DEB

Tints of Blue Violet #872DEB

Color information

#872DEB (or 0x872DEB) is unknown color: approx Blue Violet. HEX triplet: 87, 2D and EB. RGB value is (135,45,235). Sum of RGB (Red+Green+Blue) = 135+45+235=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #872DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #872DEB is #78D214. Grayscale: #5C5C5C. Windows color (decimal): -7918101 or 15412615. OLE color: 15412615.

HSL color Cylindrical-coordinate representation of color #872DEB: hue angle of 268.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #872DEB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13545235-
CMYK0.430.8100.08
HSL268.42º82.61%54.9%-
HSV(B)268.42º80.85%92.16%-
XYZ25.9313.0379.75-
YUV93.57207.82157.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=32.53%
G=10.84%
B=56.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal135452350.430.8100.08268.4282.6154.9
Hex872DEB2B510810c5337
Octal207553535312101041412367
Binary10000111101101111010111010111010001010001000011001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,45,235); }

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

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

 a { background-color: rgb(135,45,235); }

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

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

 span { border-color: rgb(135,45,235); }

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