Html Css Color HEX #881FC4 Dark Orchid

📋 copy color: '#881FC4'

red 136 ◦ green 31 ◦ blue 196

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

Shades of Dark Orchid #881FC4

Tints of Dark Orchid #881FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 53.99%

R = 37.47%
G = 8.54%
B = 53.99%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#881FC4 (or 0x881FC4) is known color: Dark Orchid. HEX triplet: 88, 1F and C4. RGB value is (136,31,196). Sum of RGB (Red+Green+Blue) = 136+31+196=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #881FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FC4 is #77E03B. Grayscale: #505050. Windows color (decimal): -7856188 or 12853128. OLE color: 12853128.

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

Color convert

RGB 136 31 196 -
CMYK 0.31 0.84 0 0.23
HSL 278.18º 0.73% 0.45% -
HSV(B) 278.18º 0.84% 0.77% -
XYZ 20.61 10.2 53.11 -
YUV 81.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 136 31 196 0.31 0.84 0 0.23 278.18 0.73 0.45
Hex 88 1F C4 1F 54 0 17 116 49 2D
Octal 210 37 304 37 124 0 27 426 111 55
Binary 10001000 11111 11000100 11111 1010100 0 10111 100010110 1001001 101101

Color Harmonies of #881FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881FC4

Black with #881FC4

Text Example


Text Example

White with #881FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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