Html Css Color HEX #881ABE Dark Orchid

📋 copy color: '#881ABE'

red 136 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #881ABE

Tints of Dark Orchid #881ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 38.64%
G = 7.39%
B = 53.98%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#881ABE (or 0x881ABE) is known color: Dark Orchid. HEX triplet: 88, 1A and BE. RGB value is (136,26,190). Sum of RGB (Red+Green+Blue) = 136+26+190=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #881ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ABE is #77E541. Grayscale: #4D4D4D. Windows color (decimal): -7857474 or 12458632. OLE color: 12458632.

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

Color convert

RGB 136 26 190 -
CMYK 0.28 0.86 0 0.25
HSL 280.24º 0.76% 0.42% -
HSV(B) 280.24º 0.86% 0.75% -
XYZ 19.82 9.69 49.54 -
YUV 77.59 191.44 169.66 -
System Red Green Blue C M Y K H S L
Decimal 136 26 190 0.28 0.86 0 0.25 280.24 0.76 0.42
Hex 88 1A BE 1C 56 0 19 118 4C 2A
Octal 210 32 276 34 126 0 31 430 114 52
Binary 10001000 11010 10111110 11100 1010110 0 11001 100011000 1001100 101010

Color Harmonies of #881ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ABE

Black with #881ABE

Text Example


Text Example

White with #881ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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