Html Css Color HEX #881ABC Dark Orchid

📋 copy color: '#881ABC'

red 136 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #881ABC

Tints of Dark Orchid #881ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 38.86%
G = 7.43%
B = 53.71%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#881ABC (or 0x881ABC) is known color: Dark Orchid. HEX triplet: 88, 1A and BC. RGB value is (136,26,188). Sum of RGB (Red+Green+Blue) = 136+26+188=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #881ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ABC is #77E543. Grayscale: #4C4C4C. Windows color (decimal): -7857476 or 12327560. OLE color: 12327560.

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

Color convert

RGB 136 26 188 -
CMYK 0.28 0.86 0 0.26
HSL 280.74º 0.76% 0.42% -
HSV(B) 280.74º 0.86% 0.74% -
XYZ 19.6 9.6 48.4 -
YUV 77.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 136 26 188 0.28 0.86 0 0.26 280.74 0.76 0.42
Hex 88 1A BC 1C 56 0 1A 119 4C 2A
Octal 210 32 274 34 126 0 32 431 114 52
Binary 10001000 11010 10111100 11100 1010110 0 11010 100011001 1001100 101010

Color Harmonies of #881ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ABC

Black with #881ABC

Text Example


Text Example

White with #881ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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