#872BDC

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

Shades of Blue Violet #872BDC

Tints of Blue Violet #872BDC

Color information

#872BDC (or 0x872BDC) is unknown color: approx Blue Violet. HEX triplet: 87, 2B and DC. RGB value is (135,43,220). Sum of RGB (Red+Green+Blue) = 135+43+220=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #872BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BDC is #78D423. Grayscale: #5A5A5A. Windows color (decimal): -7918628 or 14429063. OLE color: 14429063.

HSL color Cylindrical-coordinate representation of color #872BDC: hue angle of 271.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #872BDC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13543220-
CMYK0.390.8000.14
HSL271.19º71.66%51.57%-
HSV(B)271.19º80.45%86.27%-
XYZ23.7712.0568.78-
YUV90.69200.98159.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 220 (86.33% from 255) = 55.28%
R=33.92%
G=10.80%
B=55.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal135432200.390.8000.14271.1971.6651.57
Hex872BDC27500E10f4834
Octal207533344712001641711064
Binary10000111101011110111001001111010000011101000011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,43,220); }

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

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

 a { background-color: rgb(135,43,220); }

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

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

 span { border-color: rgb(135,43,220); }

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