#872AC1

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

Shades of Dark Orchid #872AC1

Tints of Dark Orchid #872AC1

Color information

#872AC1 (or 0x872AC1) is unknown color: approx Dark Orchid. HEX triplet: 87, 2A and C1. RGB value is (135,42,193). Sum of RGB (Red+Green+Blue) = 135+42+193=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #872AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872AC1 is #78D53E. Grayscale: #565656. Windows color (decimal): -7918911 or 12659335. OLE color: 12659335.

HSL color Cylindrical-coordinate representation of color #872AC1: hue angle of 276.95º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #872AC1 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13542193-
CMYK0.300.7800.24
HSL276.95º64.26%46.08%-
HSV(B)276.95º78.24%75.69%-
XYZ20.4510.6651.43-
YUV87.02187.81162.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 42 (16.80% from 255) = 11.35%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=36.49%
G=11.35%
B=52.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135421930.300.7800.24276.9564.2646.08
Hex872AC11E4E018115402e
Octal207523013611603042510056
Binary10000111101010110000011111010011100110001000101011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,42,193); }

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

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

 a { background-color: rgb(135,42,193); }

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

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

 span { border-color: rgb(135,42,193); }

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