#882AB0

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

Shades of Dark Orchid #882AB0

Tints of Dark Orchid #882AB0

Color information

#882AB0 (or 0x882AB0) is unknown color: approx Dark Orchid. HEX triplet: 88, 2A and B0. RGB value is (136,42,176). Sum of RGB (Red+Green+Blue) = 136+42+176=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #882AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AB0 is #77D54F. Grayscale: #545454. Windows color (decimal): -7853392 or 11545224. OLE color: 11545224.

HSL color Cylindrical-coordinate representation of color #882AB0: hue angle of 282.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882AB0 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13642176-
CMYK0.230.7600.31
HSL282.09º61.47%42.75%-
HSV(B)282.09º76.14%69.02%-
XYZ18.8210.0242.02-
YUV85.38179.14164.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=38.42%
G=11.86%
B=49.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136421760.230.7600.31282.0961.4742.75
Hex882AB0174C01F11a3d2b
Octal21052260271140374327553
Binary1000100010101010110000101111001100011111100011010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,42,176); }

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

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

 a { background-color: rgb(136,42,176); }

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

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

 span { border-color: rgb(136,42,176); }

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