#872FDC

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

Shades of Blue Violet #872FDC

Tints of Blue Violet #872FDC

Color information

#872FDC (or 0x872FDC) is unknown color: approx Blue Violet. HEX triplet: 87, 2F and DC. RGB value is (135,47,220). Sum of RGB (Red+Green+Blue) = 135+47+220=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #872FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FDC is #78D023. Grayscale: #5C5C5C. Windows color (decimal): -7917604 or 14430087. OLE color: 14430087.

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

Color convert

RGB13547220-
CMYK0.390.7900.14
HSL270.52º71.19%52.35%-
HSV(B)270.52º78.64%86.27%-
XYZ23.9312.3568.83-
YUV93.03199.65157.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.58%
GREEN value IS 47 (18.75% from 255) = 11.69%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=33.58%
G=11.69%
B=54.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal135472200.390.7900.14270.5271.1952.35
Hex872FDC274F0E10f4734
Octal207573344711701641710764
Binary10000111101111110111001001111001111011101000011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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