#881CC1

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

Shades of Dark Orchid #881CC1

Tints of Dark Orchid #881CC1

Color information

#881CC1 (or 0x881CC1) is unknown color: approx Dark Orchid. HEX triplet: 88, 1C and C1. RGB value is (136,28,193). Sum of RGB (Red+Green+Blue) = 136+28+193=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #881CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881CC1 is #77E33E. Grayscale: #4E4E4E. Windows color (decimal): -7856959 or 12655752. OLE color: 12655752.

HSL color Cylindrical-coordinate representation of color #881CC1: hue angle of 279.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881CC1 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13628193-
CMYK0.300.8500.24
HSL279.27º74.66%43.33%-
HSV(B)279.27º85.49%75.69%-
XYZ20.199.9251.3-
YUV79.1192.28168.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 28 (11.33% from 255) = 7.84%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=38.10%
G=7.84%
B=54.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136281930.300.8500.24279.2774.6643.33
Hex881CC11E550181174b2b
Octal210343013612503042711353
Binary1000100011100110000011111010101010110001000101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881CC1; }

 p { color: rgb(136,28,193); }

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

<style>
 a { background-color: #881CC1; }

 a { background-color: rgb(136,28,193); }

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

<style>
 span { border-color: #881CC1; }

 span { border-color: rgb(136,28,193); }

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