#882BB6

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

Shades of Dark Orchid #882BB6

Tints of Dark Orchid #882BB6

Color information

#882BB6 (or 0x882BB6) is unknown color: approx Dark Orchid. HEX triplet: 88, 2B and B6. RGB value is (136,43,182). Sum of RGB (Red+Green+Blue) = 136+43+182=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #882BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BB6 is #77D449. Grayscale: #565656. Windows color (decimal): -7853130 or 11938696. OLE color: 11938696.

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

Color convert

RGB13643182-
CMYK0.250.7600.29
HSL280.14º61.78%44.12%-
HSV(B)280.14º76.37%71.37%-
XYZ19.4610.3445.23-
YUV86.65181.81163.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 43 (17.19% from 255) = 11.91%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=37.67%
G=11.91%
B=50.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136431820.250.7600.29280.1461.7844.12
Hex882BB6194C01D1183e2c
Octal21053266311140354307654
Binary1000100010101110110110110011001100011101100011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,43,182); }

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

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

 a { background-color: rgb(136,43,182); }

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

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

 span { border-color: rgb(136,43,182); }

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