Html Css Color HEX #881DAE Dark Orchid

📋 copy color: '#881DAE'

red 136 ◦ green 29 ◦ blue 174

#881DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #881DAE

Tints of Dark Orchid #881DAE

RGB

 RED value IS 136 (53.52% from 255) = 40.12%

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 40.12%
G = 8.55%
B = 51.33%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#881DAE (or 0x881DAE) is known color: Dark Orchid. HEX triplet: 88, 1D and AE. RGB value is (136,29,174). Sum of RGB (Red+Green+Blue) = 136+29+174=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #881DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DAE is #77E251. Grayscale: #4D4D4D. Windows color (decimal): -7856722 or 11410824. OLE color: 11410824.

HSL color Cylindrical-coordinate representation of color #881DAE: hue angle of 284.28º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881DAE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 29 174 -
CMYK 0.22 0.83 0 0.32
HSL 284.28º 0.71% 0.4% -
HSV(B) 284.28º 0.83% 0.68% -
XYZ 18.23 9.17 40.85 -
YUV 77.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 136 29 174 0.22 0.83 0 0.32 284.28 0.71 0.4
Hex 88 1D AE 16 53 0 20 11C 47 28
Octal 210 35 256 26 123 0 40 434 107 50
Binary 10001000 11101 10101110 10110 1010011 0 100000 100011100 1000111 101000

Color Harmonies of #881DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DAE

Black with #881DAE

Text Example


Text Example

White with #881DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881DAE; }

 p { color: rgb(136,29,174); }

 H1.HeaderClassName
 {
   color: #881DAE;
 }
 .AnyTagClassName
 {
   color: #881DAE;
 }
</style>

background-color css

<style>
 a { background-color: #881DAE; }

 a { background-color: rgb(136,29,174); }

 div.DivClassName
 {
   background-color: #881DAE;
 }
 .BgClassName
 {
   background-color: #881DAE;
 }
</style>

border-color css

<style>
 span { border-color: #881DAE; }

 span { border-color: rgb(136,29,174); }

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