Html Css Color HEX #881EBF Dark Orchid

📋 copy color: '#881EBF'

red 136 ◦ green 30 ◦ blue 191

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

Shades of Dark Orchid #881EBF

Tints of Dark Orchid #881EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 191 (75% from 255) = 53.5%

R = 38.1%
G = 8.4%
B = 53.5%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#881EBF (or 0x881EBF) is known color: Dark Orchid. HEX triplet: 88, 1E and BF. RGB value is (136,30,191). Sum of RGB (Red+Green+Blue) = 136+30+191=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #881EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EBF is #77E140. Grayscale: #4F4F4F. Windows color (decimal): -7856449 or 12525192. OLE color: 12525192.

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

Color convert

RGB 136 30 191 -
CMYK 0.29 0.84 0 0.25
HSL 279.5º 0.73% 0.43% -
HSV(B) 279.5º 0.84% 0.75% -
XYZ 20.02 9.92 50.15 -
YUV 80.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 136 30 191 0.29 0.84 0 0.25 279.5 0.73 0.43
Hex 88 1E BF 1D 54 0 19 118 49 2B
Octal 210 36 277 35 124 0 31 430 111 53
Binary 10001000 11110 10111111 11101 1010100 0 11001 100011000 1001001 101011

Color Harmonies of #881EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881EBF

Black with #881EBF

Text Example


Text Example

White with #881EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,30,191); }

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

background-color css

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

 a { background-color: rgb(136,30,191); }

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

border-color css

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

 span { border-color: rgb(136,30,191); }

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