#872FBA

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

Shades of Dark Orchid #872FBA

Tints of Dark Orchid #872FBA

Color information

#872FBA (or 0x872FBA) is unknown color: approx Dark Orchid. HEX triplet: 87, 2F and BA. RGB value is (135,47,186). Sum of RGB (Red+Green+Blue) = 135+47+186=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #872FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872FBA is #78D045. Grayscale: #585858. Windows color (decimal): -7917638 or 12201863. OLE color: 12201863.

HSL color Cylindrical-coordinate representation of color #872FBA: hue angle of 277.99º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872FBA is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13547186-
CMYK0.270.7500.27
HSL277.99º59.66%45.69%-
HSV(B)277.99º74.73%72.94%-
XYZ19.8710.7347.48-
YUV89.16182.65160.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 47 (18.75% from 255) = 12.77%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=36.68%
G=12.77%
B=50.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135471860.270.7500.27277.9959.6645.69
Hex872FBA1B4B01B1163c2e
Octal20757272331130334267456
Binary1000011110111110111010110111001011011011100010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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