Html Css Color HEX #881AB9 Dark Orchid

📋 copy color: '#881AB9'

red 136 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #881AB9

Tints of Dark Orchid #881AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 185 (72.66% from 255) = 53.31%

R = 39.19%
G = 7.49%
B = 53.31%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#881AB9 (or 0x881AB9) is known color: Dark Orchid. HEX triplet: 88, 1A and B9. RGB value is (136,26,185). Sum of RGB (Red+Green+Blue) = 136+26+185=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #881AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881AB9 is #77E546. Grayscale: #4C4C4C. Windows color (decimal): -7857479 or 12130952. OLE color: 12130952.

HSL color Cylindrical-coordinate representation of color #881AB9: hue angle of 281.51º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881AB9 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 26 185 -
CMYK 0.26 0.86 0 0.27
HSL 281.51º 0.75% 0.41% -
HSV(B) 281.51º 0.86% 0.73% -
XYZ 19.28 9.48 46.71 -
YUV 77.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 136 26 185 0.26 0.86 0 0.27 281.51 0.75 0.41
Hex 88 1A B9 1A 56 0 1B 11A 4B 29
Octal 210 32 271 32 126 0 33 432 113 51
Binary 10001000 11010 10111001 11010 1010110 0 11011 100011010 1001011 101001

Color Harmonies of #881AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881AB9

Black with #881AB9

Text Example


Text Example

White with #881AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,26,185); }

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

background-color css

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

 a { background-color: rgb(136,26,185); }

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

border-color css

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

 span { border-color: rgb(136,26,185); }

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