#882bba

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

Shades of Dark Orchid #882BBA

Tints of Dark Orchid #882BBA

Color information

#882BBA (or 0x882BBA) is unknown color: approx Dark Orchid. HEX triplet: 88, 2B and BA. RGB value is (136,43,186). Sum of RGB (Red+Green+Blue) = 136+43+186=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #882BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BBA is #77D445. Grayscale: #565656. Windows color (decimal): -7853126 or 12200840. OLE color: 12200840.

HSL color Cylindrical-coordinate representation of color #882BBA: hue angle of 279.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882BBA is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13643186-
CMYK0.270.7700.27
HSL279.02º62.45%44.9%-
HSV(B)279.02º76.88%72.94%-
XYZ19.8810.5147.43-
YUV87.11183.81162.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=37.26%
G=11.78%
B=50.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136431860.270.7700.27279.0262.4544.9
Hex882BBA1B4D01B1173e2d
Octal21053272331150334277655
Binary1000100010101110111010110111001101011011100010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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