#872EB1

Color #872EB1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #872EB1

Tints of Dark Orchid #872EB1

Color information

#872EB1 (or 0x872EB1) is unknown color: approx Dark Orchid. HEX triplet: 87, 2E and B1. RGB value is (135,46,177). Sum of RGB (Red+Green+Blue) = 135+46+177=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #872EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872EB1 is #78D14E. Grayscale: #575757. Windows color (decimal): -7917903 or 11611783. OLE color: 11611783.

HSL color Cylindrical-coordinate representation of color #872EB1: hue angle of 280.76º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872EB1 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13546177-
CMYK0.240.7400.31
HSL280.76º58.74%43.73%-
HSV(B)280.76º74.01%69.41%-
XYZ18.910.2842.58-
YUV87.54178.49161.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=37.71%
G=12.85%
B=49.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135461770.240.7400.31280.7658.7443.73
Hex872EB1184A01F1193b2c
Octal20756261301120374317354
Binary1000011110111010110001110001001010011111100011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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