Html Css Color HEX #881BBD Dark Orchid

📋 copy color: '#881BBD'

red 136 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #881BBD

Tints of Dark Orchid #881BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 38.64%
G = 7.67%
B = 53.69%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#881BBD (or 0x881BBD) is known color: Dark Orchid. HEX triplet: 88, 1B and BD. RGB value is (136,27,189). Sum of RGB (Red+Green+Blue) = 136+27+189=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #881BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BBD is #77E442. Grayscale: #4D4D4D. Windows color (decimal): -7857219 or 12393352. OLE color: 12393352.

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

Color convert

RGB 136 27 189 -
CMYK 0.28 0.86 0 0.26
HSL 280.37º 0.75% 0.42% -
HSV(B) 280.37º 0.86% 0.74% -
XYZ 19.73 9.69 48.97 -
YUV 78.06 190.61 169.33 -
System Red Green Blue C M Y K H S L
Decimal 136 27 189 0.28 0.86 0 0.26 280.37 0.75 0.42
Hex 88 1B BD 1C 56 0 1A 118 4B 2A
Octal 210 33 275 34 126 0 32 430 113 52
Binary 10001000 11011 10111101 11100 1010110 0 11010 100011000 1001011 101010

Color Harmonies of #881BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881BBD

Black with #881BBD

Text Example


Text Example

White with #881BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,27,189); }

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

background-color css

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

 a { background-color: rgb(136,27,189); }

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

border-color css

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

 span { border-color: rgb(136,27,189); }

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