Html Css Color HEX #881DBE Dark Orchid

📋 copy color: '#881DBE'

red 136 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #881DBE

Tints of Dark Orchid #881DBE

RGB

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

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

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

R = 38.31%
G = 8.17%
B = 53.52%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#881DBE (or 0x881DBE) is known color: Dark Orchid. HEX triplet: 88, 1D and BE. RGB value is (136,29,190). Sum of RGB (Red+Green+Blue) = 136+29+190=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #881DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DBE is #77E241. Grayscale: #4E4E4E. Windows color (decimal): -7856706 or 12459400. OLE color: 12459400.

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

Color convert

RGB 136 29 190 -
CMYK 0.28 0.85 0 0.25
HSL 279.88º 0.74% 0.43% -
HSV(B) 279.88º 0.85% 0.75% -
XYZ 19.89 9.83 49.56 -
YUV 79.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 136 29 190 0.28 0.85 0 0.25 279.88 0.74 0.43
Hex 88 1D BE 1C 55 0 19 118 4A 2B
Octal 210 35 276 34 125 0 31 430 112 53
Binary 10001000 11101 10111110 11100 1010101 0 11001 100011000 1001010 101011

Color Harmonies of #881DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DBE

Black with #881DBE

Text Example


Text Example

White with #881DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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