Html Css Color HEX #881ABF Dark Orchid

📋 copy color: '#881ABF'

red 136 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #881ABF

Tints of Dark Orchid #881ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 38.53%
G = 7.37%
B = 54.11%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#881ABF (or 0x881ABF) is known color: Dark Orchid. HEX triplet: 88, 1A and BF. RGB value is (136,26,191). Sum of RGB (Red+Green+Blue) = 136+26+191=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #881ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ABF is #77E540. Grayscale: #4D4D4D. Windows color (decimal): -7857473 or 12524168. OLE color: 12524168.

HSL color Cylindrical-coordinate representation of color #881ABF: hue angle of 280º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881ABF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 26 191 -
CMYK 0.29 0.86 0 0.25
HSL 280º 0.76% 0.43% -
HSV(B) 280º 0.86% 0.75% -
XYZ 19.93 9.73 50.12 -
YUV 77.7 191.94 169.58 -
System Red Green Blue C M Y K H S L
Decimal 136 26 191 0.29 0.86 0 0.25 280 0.76 0.43
Hex 88 1A BF 1D 56 0 19 118 4C 2B
Octal 210 32 277 35 126 0 31 430 114 53
Binary 10001000 11010 10111111 11101 1010110 0 11001 100011000 1001100 101011

Color Harmonies of #881ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ABF

Black with #881ABF

Text Example


Text Example

White with #881ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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