Html Css Color HEX #881DBB Dark Orchid

📋 copy color: '#881DBB'

red 136 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #881DBB

Tints of Dark Orchid #881DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 38.64%
G = 8.24%
B = 53.13%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#881DBB (or 0x881DBB) is known color: Dark Orchid. HEX triplet: 88, 1D and BB. RGB value is (136,29,187). Sum of RGB (Red+Green+Blue) = 136+29+187=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #881DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DBB is #77E244. Grayscale: #4E4E4E. Windows color (decimal): -7856709 or 12262792. OLE color: 12262792.

HSL color Cylindrical-coordinate representation of color #881DBB: hue angle of 280.63º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881DBB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 29 187 -
CMYK 0.27 0.84 0 0.27
HSL 280.63º 0.73% 0.42% -
HSV(B) 280.63º 0.84% 0.73% -
XYZ 19.56 9.7 47.86 -
YUV 79.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 136 29 187 0.27 0.84 0 0.27 280.63 0.73 0.42
Hex 88 1D BB 1B 54 0 1B 119 49 2A
Octal 210 35 273 33 124 0 33 431 111 52
Binary 10001000 11101 10111011 11011 1010100 0 11011 100011001 1001001 101010

Color Harmonies of #881DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DBB

Black with #881DBB

Text Example


Text Example

White with #881DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,29,187); }

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

background-color css

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

 a { background-color: rgb(136,29,187); }

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

border-color css

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

 span { border-color: rgb(136,29,187); }

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