#882DBE

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

Shades of Dark Orchid #882DBE

Tints of Dark Orchid #882DBE

Color information

#882DBE (or 0x882DBE) is unknown color: approx Dark Orchid. HEX triplet: 88, 2D and BE. RGB value is (136,45,190). Sum of RGB (Red+Green+Blue) = 136+45+190=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #882DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DBE is #77D241. Grayscale: #585858. Windows color (decimal): -7852610 or 12463496. OLE color: 12463496.

HSL color Cylindrical-coordinate representation of color #882DBE: hue angle of 277.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882DBE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13645190-
CMYK0.280.7600.25
HSL277.66º61.7%46.08%-
HSV(B)277.66º76.32%74.51%-
XYZ20.3910.8349.73-
YUV88.74185.15161.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 45 (17.97% from 255) = 12.13%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=36.66%
G=12.13%
B=51.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136451900.280.7600.25277.6661.746.08
Hex882DBE1C4C0191163e2e
Octal21055276341140314267656
Binary1000100010110110111110111001001100011001100010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882DBE; }

 p { color: rgb(136,45,190); }

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

<style>
 a { background-color: #882DBE; }

 a { background-color: rgb(136,45,190); }

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

<style>
 span { border-color: #882DBE; }

 span { border-color: rgb(136,45,190); }

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