Html Css Color HEX #881ABB Dark Orchid

📋 copy color: '#881ABB'

red 136 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #881ABB

Tints of Dark Orchid #881ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 38.97%
G = 7.45%
B = 53.58%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#881ABB (or 0x881ABB) is known color: Dark Orchid. HEX triplet: 88, 1A and BB. RGB value is (136,26,187). Sum of RGB (Red+Green+Blue) = 136+26+187=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #881ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ABB is #77E544. Grayscale: #4C4C4C. Windows color (decimal): -7857477 or 12262024. OLE color: 12262024.

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

Color convert

RGB 136 26 187 -
CMYK 0.27 0.86 0 0.27
HSL 280.99º 0.76% 0.42% -
HSV(B) 280.99º 0.86% 0.73% -
XYZ 19.49 9.56 47.83 -
YUV 77.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 136 26 187 0.27 0.86 0 0.27 280.99 0.76 0.42
Hex 88 1A BB 1B 56 0 1B 119 4C 2A
Octal 210 32 273 33 126 0 33 431 114 52
Binary 10001000 11010 10111011 11011 1010110 0 11011 100011001 1001100 101010

Color Harmonies of #881ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ABB

Black with #881ABB

Text Example


Text Example

White with #881ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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