Html Css Color HEX #881BAE Dark Orchid

📋 copy color: '#881BAE'

red 136 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #881BAE

Tints of Dark Orchid #881BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

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

R = 40.36%
G = 8.01%
B = 51.63%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#881BAE (or 0x881BAE) is known color: Dark Orchid. HEX triplet: 88, 1B and AE. RGB value is (136,27,174). Sum of RGB (Red+Green+Blue) = 136+27+174=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #881BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881BAE is #77E451. Grayscale: #4B4B4B. Windows color (decimal): -7857234 or 11410312. OLE color: 11410312.

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

Color convert

RGB 136 27 174 -
CMYK 0.22 0.84 0 0.32
HSL 284.49º 0.73% 0.39% -
HSV(B) 284.49º 0.84% 0.68% -
XYZ 18.19 9.07 40.84 -
YUV 76.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 136 27 174 0.22 0.84 0 0.32 284.49 0.73 0.39
Hex 88 1B AE 16 54 0 20 11C 49 27
Octal 210 33 256 26 124 0 40 434 111 47
Binary 10001000 11011 10101110 10110 1010100 0 100000 100011100 1001001 100111

Color Harmonies of #881BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881BAE

Black with #881BAE

Text Example


Text Example

White with #881BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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