#882FBA

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

Shades of Dark Orchid #882FBA

Tints of Dark Orchid #882FBA

Color information

#882FBA (or 0x882FBA) is unknown color: approx Dark Orchid. HEX triplet: 88, 2F and BA. RGB value is (136,47,186). Sum of RGB (Red+Green+Blue) = 136+47+186=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #882FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FBA is #77D045. Grayscale: #585858. Windows color (decimal): -7852102 or 12201864. OLE color: 12201864.

HSL color Cylindrical-coordinate representation of color #882FBA: hue angle of 278.42º 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 #882FBA is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13647186-
CMYK0.270.7500.27
HSL278.42º59.66%45.69%-
HSV(B)278.42º74.73%72.94%-
XYZ20.0310.8147.49-
YUV89.46182.49161.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=36.86%
G=12.74%
B=50.41%

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
Decimal136471860.270.7500.27278.4259.6645.69
Hex882FBA1B4B01B1163c2e
Octal21057272331130334267456
Binary1000100010111110111010110111001011011011100010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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