Html Css Color HEX #881ABA Dark Orchid

📋 copy color: '#881ABA'

red 136 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #881ABA

Tints of Dark Orchid #881ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 39.08%
G = 7.47%
B = 53.45%

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

#881ABA (or 0x881ABA) is known color: Dark Orchid. HEX triplet: 88, 1A and BA. RGB value is (136,26,186). Sum of RGB (Red+Green+Blue) = 136+26+186=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #881ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ABA is #77E545. Grayscale: #4C4C4C. Windows color (decimal): -7857478 or 12196488. OLE color: 12196488.

HSL color Cylindrical-coordinate representation of color #881ABA: hue angle of 281.25º degrees, saturation: 0.75, 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 #881ABA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 26 186 -
CMYK 0.27 0.86 0 0.27
HSL 281.25º 0.75% 0.42% -
HSV(B) 281.25º 0.86% 0.73% -
XYZ 19.39 9.52 47.27 -
YUV 77.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 136 26 186 0.27 0.86 0 0.27 281.25 0.75 0.42
Hex 88 1A BA 1B 56 0 1B 119 4B 2A
Octal 210 32 272 33 126 0 33 431 113 52
Binary 10001000 11010 10111010 11011 1010110 0 11011 100011001 1001011 101010

Color Harmonies of #881ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ABA

Black with #881ABA

Text Example


Text Example

White with #881ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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