Html Css Color HEX #881DC9 Dark Orchid

📋 copy color: '#881DC9'

red 136 ◦ green 29 ◦ blue 201

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

Shades of Dark Orchid #881DC9

Tints of Dark Orchid #881DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.92%

R = 37.16%
G = 7.92%
B = 54.92%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#881DC9 (or 0x881DC9) is known color: Dark Orchid. HEX triplet: 88, 1D and C9. RGB value is (136,29,201). Sum of RGB (Red+Green+Blue) = 136+29+201=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #881DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DC9 is #77E236. Grayscale: #505050. Windows color (decimal): -7856695 or 13180296. OLE color: 13180296.

HSL color Cylindrical-coordinate representation of color #881DC9: hue angle of 277.33º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881DC9 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 29 201 -
CMYK 0.32 0.86 0 0.21
HSL 277.33º 0.75% 0.45% -
HSV(B) 277.33º 0.86% 0.79% -
XYZ 21.14 10.33 56.14 -
YUV 80.6 195.95 167.51 -
System Red Green Blue C M Y K H S L
Decimal 136 29 201 0.32 0.86 0 0.21 277.33 0.75 0.45
Hex 88 1D C9 20 56 0 15 115 4B 2D
Octal 210 35 311 40 126 0 25 425 113 55
Binary 10001000 11101 11001001 100000 1010110 0 10101 100010101 1001011 101101

Color Harmonies of #881DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DC9

Black with #881DC9

Text Example


Text Example

White with #881DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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