Html Css Color HEX #881FC9 Dark Orchid

📋 copy color: '#881FC9'

red 136 ◦ green 31 ◦ blue 201

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

Shades of Dark Orchid #881FC9

Tints of Dark Orchid #881FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

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

R = 36.96%
G = 8.42%
B = 54.62%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#881FC9 (or 0x881FC9) is known color: Dark Orchid. HEX triplet: 88, 1F and C9. RGB value is (136,31,201). Sum of RGB (Red+Green+Blue) = 136+31+201=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #881FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FC9 is #77E036. Grayscale: #515151. Windows color (decimal): -7856183 or 13180808. OLE color: 13180808.

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

Color convert

RGB 136 31 201 -
CMYK 0.32 0.85 0 0.21
HSL 277.06º 0.73% 0.45% -
HSV(B) 277.06º 0.85% 0.79% -
XYZ 21.19 10.43 56.16 -
YUV 81.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 136 31 201 0.32 0.85 0 0.21 277.06 0.73 0.45
Hex 88 1F C9 20 55 0 15 115 49 2D
Octal 210 37 311 40 125 0 25 425 111 55
Binary 10001000 11111 11001001 100000 1010101 0 10101 100010101 1001001 101101

Color Harmonies of #881FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881FC9

Black with #881FC9

Text Example


Text Example

White with #881FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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