Html Css Color HEX #882EBE Dark Orchid

📋 copy color: '#882EBE'

red 136 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #882EBE

Tints of Dark Orchid #882EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.37%

 BLUE value IS 190 (74.61% from 255) = 51.08%

R = 36.56%
G = 12.37%
B = 51.08%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#882EBE (or 0x882EBE) is known color: Dark Orchid. HEX triplet: 88, 2E and BE. RGB value is (136,46,190). Sum of RGB (Red+Green+Blue) = 136+46+190=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #882EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EBE is #77D141. Grayscale: #585858. Windows color (decimal): -7852354 or 12463752. OLE color: 12463752.

HSL color Cylindrical-coordinate representation of color #882EBE: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882EBE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 46 190 -
CMYK 0.28 0.76 0 0.25
HSL 277.5º 0.61% 0.46% -
HSV(B) 277.5º 0.76% 0.75% -
XYZ 20.42 10.91 49.74 -
YUV 89.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 136 46 190 0.28 0.76 0 0.25 277.5 0.61 0.46
Hex 88 2E BE 1C 4C 0 19 116 3D 2E
Octal 210 56 276 34 114 0 31 426 75 56
Binary 10001000 101110 10111110 11100 1001100 0 11001 100010110 111101 101110

Color Harmonies of #882EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EBE

Black with #882EBE

Text Example


Text Example

White with #882EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882EBE; }

 p { color: rgb(136,46,190); }

 H1.HeaderClassName
 {
   color: #882EBE;
 }
 .AnyTagClassName
 {
   color: #882EBE;
 }
</style>

background-color css

<style>
 a { background-color: #882EBE; }

 a { background-color: rgb(136,46,190); }

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

border-color css

<style>
 span { border-color: #882EBE; }

 span { border-color: rgb(136,46,190); }

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