Html Css Color HEX #881ACB Dark Orchid

📋 copy color: '#881ACB'

red 136 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #881ACB

Tints of Dark Orchid #881ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 37.26%
G = 7.12%
B = 55.62%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#881ACB (or 0x881ACB) is known color: Dark Orchid. HEX triplet: 88, 1A and CB. RGB value is (136,26,203). Sum of RGB (Red+Green+Blue) = 136+26+203=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #881ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ACB is #77E534. Grayscale: #4E4E4E. Windows color (decimal): -7857461 or 13310600. OLE color: 13310600.

HSL color Cylindrical-coordinate representation of color #881ACB: hue angle of 277.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881ACB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 26 203 -
CMYK 0.33 0.87 0 0.20
HSL 277.29º 0.77% 0.45% -
HSV(B) 277.29º 0.87% 0.8% -
XYZ 21.3 10.28 57.36 -
YUV 79.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 136 26 203 0.33 0.87 0 0.20 277.29 0.77 0.45
Hex 88 1A CB 21 57 0 14 115 4D 2D
Octal 210 32 313 41 127 0 24 425 115 55
Binary 10001000 11010 11001011 100001 1010111 0 10100 100010101 1001101 101101

Color Harmonies of #881ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ACB

Black with #881ACB

Text Example


Text Example

White with #881ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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